mirror of
https://github.com/tobspr/shapez.io.git
synced 2025-12-10 00:31:51 +00:00
EditorConfig applies to all files, LF is enforced instead of CRLF, Prettier configuration moved to JSON, properties are inherited from EditorConfig.
10 lines
186 B
Plaintext
10 lines
186 B
Plaintext
{
|
|
"arrowParens": "avoid",
|
|
"bracketSpacing": true,
|
|
"printWidth": 110,
|
|
"quoteProps": "consistent",
|
|
"semi": true,
|
|
"singleQuote": false,
|
|
"trailingComma": "es5"
|
|
}
|