Slash-The-Hordes/.prettierrc.json

8 lines
125 B
JSON
Raw Normal View History

2022-11-03 16:55:49 +01:00
{
"printWidth": 150,
"singleQuote": false,
"tabWidth": 4,
"trailingComma": "none",
"endOfLine": "auto"
}