Files
2026-01-23 17:42:48 +08:00

12 lines
250 B
Plaintext

{
"singleQuote": true,
"trailingComma": "all",
"printWidth": 100,
"tabWidth": 4,
"bracketSpacing": true,
"bracketSameLine": false,
"arrowParens": "always",
"endOfLine": "lf",
"embeddedLanguageFormatting": "auto"
}