mirror of
https://github.com/MetaProvide/nextcloud-swarm-plugin.git
synced 2025-01-11 21:59:13 +00:00
15 lines
201 B
JSON
15 lines
201 B
JSON
{
|
|
"useTabs": true,
|
|
"tabWidth": 4,
|
|
"singleQuote": false,
|
|
"printWidth": 80,
|
|
"overrides": [
|
|
{
|
|
"files": ["*.yml", "*.yaml"],
|
|
"options": {
|
|
"useTabs": false,
|
|
"tabWidth": 2
|
|
}
|
|
}
|
|
]
|
|
}
|