mirror of
https://github.com/joshuadavidthomas/django-language-server.git
synced 2025-07-07 20:55:02 +00:00
make indentation consistent in toml
This commit is contained in:
parent
0d816ea0dc
commit
f778bef5db
2 changed files with 13 additions and 13 deletions
|
@ -16,7 +16,7 @@ indent_size = 4
|
|||
line_length = 120
|
||||
multi_line_output = 3
|
||||
|
||||
[*.{css,html,js,json,jsx,proto,sass,scss,svelte,ts,tsx,yml,yaml}]
|
||||
[*.{css,html,js,json,jsx,proto,sass,scss,svelte,toml,ts,tsx,yml,yaml}]
|
||||
indent_size = 2
|
||||
|
||||
[*.md]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue