Slash-The-Hordes/.prettierrc.json

8 lines
125 B
JSON
Raw Normal View History

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