mirror of
https://github.com/galacean/engine.git
synced 2026-05-06 22:23:05 +08:00
11 lines
178 B
YAML
11 lines
178 B
YAML
# More detail:https://prettier.io/docs/en/configuration.html
|
||
|
||
---
|
||
printWidth: 120
|
||
proseWrap: never
|
||
singleQuote: false
|
||
trailingComma: none
|
||
semi: true
|
||
tabWidth: 2
|
||
useTabs: false
|