mirror of
https://github.com/tobspr/shapez.io.git
synced 2025-12-11 09:11:50 +00:00
10 lines
186 B
Plaintext
10 lines
186 B
Plaintext
|
|
{
|
||
|
|
"arrowParens": "avoid",
|
||
|
|
"bracketSpacing": true,
|
||
|
|
"printWidth": 110,
|
||
|
|
"quoteProps": "consistent",
|
||
|
|
"semi": true,
|
||
|
|
"singleQuote": false,
|
||
|
|
"trailingComma": "es5"
|
||
|
|
}
|