15 lines
247 B
YAML
15 lines
247 B
YAML
singleQuote: true
|
|
useTabs: false
|
|
printWidth: 120
|
|
tabWidth: 4
|
|
arrowParens: always
|
|
bracketSpacing: true
|
|
quoteProps: consistent
|
|
semi: true
|
|
overrides:
|
|
- files:
|
|
- '**.yaml'
|
|
- '**.yml'
|
|
options:
|
|
tabWidth: 2
|
|
proseWrap: never
|