systems-obscure/.prettierrc

9 lines
126 B
Text
Raw Normal View History

2025-07-07 17:08:27 +01:00
{
"trailingComma": "es5",
"tabWidth": 2,
"semi": false,
"singleQuote": false,
"printWidth": 80,
"proseWrap": "always"
}