app-store/.prettierrc
2025-03-18 22:49:11 +01:00

11 lines
226 B
Text

{
"arrowParens": "always",
"bracketSpacing": true,
"bracketSameLine": false,
"tabWidth": 4,
"trailingComma": "all",
"semi": true,
"printWidth": 80,
"endOfLine": "lf",
"singleQuote": false
}