openstellaris/.prettierrc

7 lines
110 B
Text

{
"useTabs": false,
"singleQuote": false,
"trailingComma": "all",
"tabWidth": 2,
"printWidth": 80
}