aboutsummaryrefslogtreecommitdiffhomepage
path: root/.prettierrc.yml
blob: d8379671fd8fc89e0b9bd4af2a3628dc63d3fc6a (plain) (blame)
1
2
3
4
5
6
7
8
printWidth: 140
tabWidth: 2
useTabs: false
semi: false
singleQuote: true
trailingComma: false
bracketSpacing: true
arrowParens: always