katoikia-app/.prettierrc

12 lines
209 B
Plaintext
Raw Permalink Normal View History

2022-07-25 04:32:24 +00:00
{
"printWidth": 80,
"tabWidth": 2,
"useTabs": false,
"singleQuote": true,
"trailingComma": "all",
"bracketSpacing": true,
"arrowParens": "always",
"jsxBracketSameLine": false,
"semi": true
}