Files
config.phundrak.com/.prettierrc.json
T

14 lines
291 B
JSON
Raw Normal View History

2024-01-28 05:30:15 +01:00
{
2026-06-24 10:57:57 +02:00
"$schema": "https://json.schemastore.org/prettierrc",
"semi": true,
2024-01-28 05:30:15 +01:00
"tabWidth": 2,
"useTabs": false,
"singleQuote": true,
2026-06-24 10:57:57 +02:00
"quoteProps": "as-needed",
"printWidth": 100,
"trailingComma": "es5",
2024-01-28 05:30:15 +01:00
"bracketSpacing": true,
2026-06-24 10:57:57 +02:00
"bracketSameLine": true,
2024-01-28 05:30:15 +01:00
"arrowParens": "always"
}