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