mirror of
https://github.com/betagouv/mon-entreprise
synced 2025-02-08 21:05:01 +00:00
14 lines
201 B
Text
14 lines
201 B
Text
{
|
|
"bracketSpacing": true,
|
|
"useTabs": true,
|
|
"semi": false,
|
|
"singleQuote": true,
|
|
"overrides": [
|
|
{
|
|
"files": "*.yaml",
|
|
"options": {
|
|
"printWidth": 1000
|
|
}
|
|
}
|
|
]
|
|
}
|