1
0
Fork 0
mirror of https://github.com/betagouv/mon-entreprise synced 2025-02-08 23:25:02 +00:00
mon-entreprise/.prettierrc
Maël 82197d0344
En YAML prettier formatte différement les longues lignes
C'est perturbant, je le désactive
2019-11-11 15:09:33 +01:00

14 lines
201 B
Text

{
"bracketSpacing": true,
"useTabs": true,
"semi": false,
"singleQuote": true,
"overrides": [
{
"files": "*.yaml",
"options": {
"printWidth": 1000
}
}
]
}