9 lines
171 B
YAML
9 lines
171 B
YAML
|
# https://prettier.io/docs/en/configuration
|
||
|
|
||
|
# Prettier configuration
|
||
|
bracketSpacing: false
|
||
|
bracketSameLine: true
|
||
|
proseWrap: preserve
|
||
|
singleQuote: true
|
||
|
trailingComma: all
|