mirror of
https://github.com/OpenFusionProject/Client.git
synced 2024-11-10 16:50:06 +00:00
13 lines
257 B
Plaintext
13 lines
257 B
Plaintext
{
|
|
"trailingComma": "es5",
|
|
"useTabs": false,
|
|
"tabWidth": 4,
|
|
"singleQuote": false,
|
|
"semi": true,
|
|
"bracketSameLine": false,
|
|
"bracketSpacing": true,
|
|
"jsxSingleQuote": false,
|
|
"quoteProps": "as-needed",
|
|
"endOfLine": "lf"
|
|
}
|