planetwars.dev/web/pw-server/.prettierrc

7 lines
89 B
Text
Raw Normal View History

2021-12-30 14:15:40 +01:00
{
"useTabs": true,
"singleQuote": true,
"trailingComma": "none",
"printWidth": 100
}