mirror of
https://github.com/wanderer-industries/wanderer
synced 2025-10-30 14:07:03 +00:00
12 lines
201 B
Plaintext
12 lines
201 B
Plaintext
{
|
|
"singleQuote": true,
|
|
"trailingComma": "all",
|
|
"printWidth": 120,
|
|
"arrowParens": "avoid",
|
|
"bracketSpacing": true,
|
|
"semi": true,
|
|
"tabWidth": 2,
|
|
"useTabs": false,
|
|
"endOfLine": "auto"
|
|
}
|