Files
ignis/.prettierrc

8 lines
106 B
Plaintext
Raw Normal View History

2026-03-26 22:27:50 +01:00
{
"semi": true,
"singleQuote": false,
"tabWidth": 2,
"trailingComma": "all",
"printWidth": 80
}