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

12 lines
234 B
Text
Raw Normal View History

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