openstellaris/.prettierrc

8 lines
110 B
Text
Raw Permalink Normal View History

2023-12-08 12:26:08 +00:00
{
"useTabs": false,
"singleQuote": false,
"trailingComma": "all",
"tabWidth": 2,
2024-01-01 03:38:14 +00:00
"printWidth": 80
2023-12-08 12:26:08 +00:00
}