Files
conlang.phundrak.com/.prettierrc.json
T
phundrak 528f5a54f4
deploy / deploy (push) Successful in 5m0s
chore: switch from vuepress to vitepress
2026-07-11 17:29:43 +02:00

14 lines
291 B
JSON

{
"$schema": "https://json.schemastore.org/prettierrc",
"semi": true,
"tabWidth": 2,
"useTabs": false,
"singleQuote": true,
"quoteProps": "as-needed",
"printWidth": 100,
"trailingComma": "es5",
"bracketSpacing": true,
"bracketSameLine": true,
"arrowParens": "always"
}