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

13 lines
235 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
}