1
0
Fork 0
deluge/.prettierrc.yaml
Daniel Baumann 0851c49e02
Merging upstream version 2.1.2~dev0+20230529.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-17 07:41:18 +01:00

13 lines
212 B
YAML

trailingComma: "es5"
tabWidth: 4
singleQuote: true
overrides:
- files:
- "*.yaml"
- ".*.yaml"
- "*.yml"
- ".*.yml"
- "*.md"
options:
tabWidth: 2
singleQuote: false