mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-21 11:24:47 +01:00
12 lines
238 B
Plaintext
12 lines
238 B
Plaintext
{
|
|
"arrowParens": "always",
|
|
"bracketSpacing": true,
|
|
"endOfLine": "lf",
|
|
"jsxSingleQuote": false,
|
|
"jsxBracketSameLine": false,
|
|
"semi": true,
|
|
"singleQuote": false,
|
|
"tabWidth": 4,
|
|
"trailingComma": "none",
|
|
"useTabs": false
|
|
} |