mirror of
https://github.com/silvanshade/tower-lsp-web-demo.git
synced 2024-11-24 12:17:31 +00:00
12 lines
180 B
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
|