mirror of
https://github.com/joshuadavidthomas/django-language-server.git
synced 2025-07-07 20:55:02 +00:00
26 lines
438 B
INI
26 lines
438 B
INI
# http://editorconfig.org
|
|
[*]
|
|
charset = utf-8
|
|
end_of_line = lf
|
|
indent_style = space
|
|
insert_final_newline = true
|
|
trim_trailing_whitespace = true
|
|
|
|
[{,.}{j,J}ustfile]
|
|
indent_size = 4
|
|
|
|
[*.{just,py,rst,ini,md}]
|
|
indent_size = 4
|
|
|
|
[*.py]
|
|
line_length = 120
|
|
multi_line_output = 3
|
|
|
|
[*.{css,html,js,json,jsx,proto,sass,scss,svelte,toml,ts,tsx,yml,yaml}]
|
|
indent_size = 2
|
|
|
|
[*.md]
|
|
trim_trailing_whitespace = false
|
|
|
|
[{Makefile,*.bat}]
|
|
indent_style = tab
|