encrypted-pages/.prettierrc
2026-03-12 19:20:13 +01:00

7 lines
117 B
Text

{
"semi": true,
"singleQuote": false,
"printWidth": 100,
"trailingComma": "all",
"arrowParens": "always"
}