Compare commits
2 Commits
e2fe451500
...
22323f3b65
| Author | SHA1 | Date | |
|---|---|---|---|
|
22323f3b65
|
|||
|
0b538df7bb
|
@@ -1,6 +0,0 @@
|
||||
.envrc
|
||||
devenv.lock
|
||||
devenv.yaml
|
||||
devenv.nix
|
||||
pnpm-lock.yaml
|
||||
*.svg
|
||||
@@ -1,11 +1,19 @@
|
||||
{
|
||||
"plugins": ["prettier-plugin-astro"],
|
||||
"plugins": [
|
||||
"prettier-plugin-astro"
|
||||
],
|
||||
"overrides": [
|
||||
{
|
||||
"files": "*.astro",
|
||||
"options": {
|
||||
"parser": "astro"
|
||||
}
|
||||
},
|
||||
{
|
||||
"files": "*.mdx",
|
||||
"options": {
|
||||
"parser": "mdx"
|
||||
}
|
||||
}
|
||||
],
|
||||
"printWidth": 120,
|
||||
@@ -20,6 +28,7 @@
|
||||
"objectWrap": "preserve",
|
||||
"bracketSameLine": false,
|
||||
"arrowParens": "always",
|
||||
"parser": "typescript",
|
||||
"proseWrap": "preserve",
|
||||
"htmlWhitespaceSensitivity": "ignore",
|
||||
"vueIndentScriptAndStyle": false,
|
||||
|
||||
@@ -4,7 +4,6 @@ description: 'Nix CN Meetup #2 is the second Nix-themed meetup in China. We aim
|
||||
sidebar:
|
||||
label: 'Meetup #2 Guide'
|
||||
---
|
||||
|
||||
import { LinkButton } from '@astrojs/starlight/components';
|
||||
import { Aside } from '@astrojs/starlight/components';
|
||||
|
||||
|
||||
@@ -4,7 +4,6 @@ description: 'Nix CN Meetup #2 是国内第二次以 Nix 为主题的聚会。
|
||||
sidebar:
|
||||
label: 'Meetup #2 参会指南'
|
||||
---
|
||||
|
||||
import { LinkButton } from '@astrojs/starlight/components';
|
||||
|
||||
Nix/NixOS CN Meetup #2 是国内第二次以 Nix 为主题的聚会。我们希望汇聚国内 NixOS 爱好者、开发者和实践者,共同分享 NixOS 的使用经验、最佳实践以及在不同场景下的应用案例。
|
||||
|
||||
Reference in New Issue
Block a user