1
0
Fork 0
mirror of https://github.com/betagouv/mon-entreprise synced 2025-02-08 22:15:02 +00:00
mon-entreprise/.prettierrc

12 lines
No EOL
234 B
Text

{
"printWidth": 80,
"trailingComma": "none",
"bracketSpacing": true,
"jsxBracketSameLine": true,
"useTabs": true,
"semi": false,
"singleQuote": true,
"arrowParens": "avoid",
"proseWrap": "preserve",
"tabWidth": 2
}