agfrotapainelweb/.prettierrc

12 lines
206 B
Plaintext

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