mirror of
https://github.com/eliasstepanik/strudel.git
synced 2026-01-09 20:58:30 +00:00
16 lines
320 B
Plaintext
16 lines
320 B
Plaintext
{
|
|
"printWidth": 120,
|
|
"useTabs": false,
|
|
"tabWidth": 2,
|
|
"semi": true,
|
|
"singleQuote": true,
|
|
"jsxSingleQuote": false,
|
|
"trailingComma": "all",
|
|
"bracketSpacing": true,
|
|
"bracketSameLine": false,
|
|
"arrowParens": "always",
|
|
"proseWrap": "preserve",
|
|
"htmlWhitespaceSensitivity": "css",
|
|
"endOfLine": "lf"
|
|
}
|