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