Files
2023-09-17 19:30:58 +02:00

12 lines
183 B
YAML

trailingComma: 'es5'
tabWidth: 2
semi: false
singleQuote: true
overrides:
- files: '*.json'
options:
tabWidth: 4
- files: 'renovate.json'
options:
tabWidth: 2