tower-lsp-web-demo/.prettierrc.yaml

12 lines
180 B
YAML

bracketSpacing: true
printWidth: 120
semi: true
singleQuote: false
tabWidth: 2
trailingComma: all
useTabs: false
overrides:
- files: "*.ts"
options:
parser: typescript