blob: fb744eca85f04fdc6d8d7d16d75791baddc14ec4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
{
"singleQuote": true,
"trailingComma": "all",
"printWidth": 80,
"tabWidth": 4,
"semi": true,
"overrides": [
{
"files": ["*.yml", "*.yaml"],
"options": {
"useTabs": true,
"tabWidth": 2
}
}
]
}
|