tildefriends/.prettierrc.yaml
2024-02-23 10:42:26 +01:00

11 lines
182 B
YAML

trailingComma: 'es5'
useTabs: true
semi: true
singleQuote: true
bracketSpacing: false
# overrides:
# - files: '**/*.json'
# options:
# useTabs: false
# tabWidth: 2