Files
ignis/.prettierrc
2026-03-26 22:27:50 +01:00

8 lines
106 B
Plaintext

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