blob: 724d4b933adc9c26687d24b48ee71d50436ed8fa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
trailingComma: "es5"
tabWidth: 4
singleQuote: true
overrides:
- files:
- "*.yaml"
- ".*.yaml"
- "*.yml"
- ".*.yml"
- "*.md"
options:
tabWidth: 2
singleQuote: false
|