Files
conlang.phundrak.com/.prettierrc.json
T
phundrak 8e39924ee7
deploy / deploy (push) Failing after 4m41s
chore: switch from vuepress to vitepress
2026-07-11 16:44:35 +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"
}