mirror of
https://github.com/Grasscutters/Meadow.git
synced 2024-11-27 06:10:28 +00: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
|
|
} |