Files
engine/.prettierrc.yml
2021-01-26 11:23:36 +08:00

11 lines
178 B
YAML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# More detailhttps://prettier.io/docs/en/configuration.html
---
printWidth: 120
proseWrap: never
singleQuote: false
trailingComma: none
semi: true
tabWidth: 2
useTabs: false