mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-09 19:15:44 +00:00
358ff74d0e
Use Prettier to auto-format javascript, CSS and YAML files so that less manual work is involved and style is consistent across project.
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
|