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