Files
grimoire/.prettierrc
2025-12-11 13:00:25 +01:00

11 lines
174 B
Plaintext

{
"semi": true,
"trailingComma": "all",
"singleQuote": false,
"printWidth": 80,
"tabWidth": 2,
"useTabs": false,
"arrowParens": "always",
"endOfLine": "lf"
}