mirror of
https://github.com/detleph/server.git
synced 2026-09-07 23:44:40 +02:00
Add .prettierrc file
Should be used in all environments for consistency
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"printWidth": 120,
|
||||||
|
"tabWidth": 2,
|
||||||
|
"semi": true,
|
||||||
|
"singleQuote": false,
|
||||||
|
"trailingComma": "es5",
|
||||||
|
"bracketSpacing": true,
|
||||||
|
"bracketSameLine": true,
|
||||||
|
"arrowParens": "always"
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user