1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2025-12-10 00:31:51 +00:00
tobspr_shapez.io/.prettierrc
Даниїл Григор'єв 1d26ba67ea
Update formatting configurations
EditorConfig applies to all files, LF is enforced instead of CRLF,
Prettier configuration moved to JSON, properties are inherited from
EditorConfig.
2024-06-20 12:43:30 +03:00

10 lines
186 B
Plaintext

{
"arrowParens": "avoid",
"bracketSpacing": true,
"printWidth": 110,
"quoteProps": "consistent",
"semi": true,
"singleQuote": false,
"trailingComma": "es5"
}