mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
20 lines
260 B
Text
20 lines
260 B
Text
|
{
|
||
|
"semi": false,
|
||
|
"tabWidth": 2,
|
||
|
"singleQuote": true,
|
||
|
"overrides": [
|
||
|
{
|
||
|
"files": "**/*.json",
|
||
|
"options": {
|
||
|
"tabWidth": 4
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"files": "./*.json",
|
||
|
"options": {
|
||
|
"tabWidth": 2
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|