mirror of
https://github.com/logos-storage/deluge.git
synced 2026-01-04 06:03:12 +00:00
14 lines
212 B
YAML
14 lines
212 B
YAML
|
|
trailingComma: "es5"
|
||
|
|
tabWidth: 4
|
||
|
|
singleQuote: true
|
||
|
|
overrides:
|
||
|
|
- files:
|
||
|
|
- "*.yaml"
|
||
|
|
- ".*.yaml"
|
||
|
|
- "*.yml"
|
||
|
|
- ".*.yml"
|
||
|
|
- "*.md"
|
||
|
|
options:
|
||
|
|
tabWidth: 2
|
||
|
|
singleQuote: false
|