mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-01-08 12:07:45 +08:00
12 lines
236 B
Plaintext
12 lines
236 B
Plaintext
{
|
|
"arrowParens": "always",
|
|
"bracketSpacing": true,
|
|
"jsxSingleQuote": false,
|
|
"jsxBracketSameLine": false,
|
|
"semi": true,
|
|
"singleQuote": false,
|
|
"tabWidth": 4,
|
|
"trailingComma": "none",
|
|
"useTabs": false
|
|
}
|