dzserver/.prettierrc
2021-01-24 15:41:29 +01:00

6 lines
86 B
Text

{
"trailingComma": "es5",
"tabWidth": 4,
"semi": false,
"singleQuote": true
}