Vesktop/.prettierrc.yaml

9 lines
128 B
YAML
Raw Normal View History

2023-04-03 05:44:17 +02:00
tabWidth: 4
semi: true
2023-04-09 06:27:33 +02:00
printWidth: 100
2023-04-03 05:44:17 +02:00
trailingComma: none
bracketSpacing: true
arrowParens: avoid
useTabs: false
2023-04-09 06:27:33 +02:00
endOfLine: lf