2025-10-20 15:42:12 +02:00

15 lines
278 B
Plaintext

{
"printWidth": 120,
"tabWidth": 4,
"useTabs": false,
"singleQuote": true,
"trailingComma": "all",
"bracketSpacing": true,
"arrowParens": "always",
"bracketSameLine": false,
"semi": true,
"endOfLine": "lf",
"proseWrap": "preserve"
}