mirror of
https://github.com/logos-storage/codex-factory.git
synced 2026-01-03 21:43:08 +00:00
14 lines
254 B
Plaintext
14 lines
254 B
Plaintext
|
|
{
|
||
|
|
"printWidth": 120,
|
||
|
|
"tabWidth": 2,
|
||
|
|
"useTabs": false,
|
||
|
|
"bracketSpacing": true,
|
||
|
|
"semi": false,
|
||
|
|
"singleQuote": true,
|
||
|
|
"quoteProps": "as-needed",
|
||
|
|
"trailingComma": "all",
|
||
|
|
"endOfLine": "lf",
|
||
|
|
"arrowParens": "avoid",
|
||
|
|
"proseWrap": "always"
|
||
|
|
}
|