Files
configure-pages/.prettierrc.yml
T

11 lines
174 B
YAML
Raw Normal View History

2022-07-18 15:06:14 -07:00
# Prettier (formatter) configuration
---
printWidth: 120
2022-07-18 15:06:14 -07:00
tabWidth: 2
useTabs: false
semi: false
singleQuote: true
trailingComma: none
bracketSpacing: true
2022-07-18 15:06:14 -07:00
arrowParens: avoid