10 lines
173 B
YAML
10 lines
173 B
YAML
# Prettier (formatter) configuration
|
|
---
|
|
printWidth: 120
|
|
tabWidth: 2
|
|
useTabs: false
|
|
semi: false
|
|
singleQuote: true
|
|
trailingComma: none
|
|
bracketSpacing: true
|
|
arrowParens: avoid |