django-language-server/.editorconfig
Josh Thomas 8e941ba8a0
Some checks are pending
test / test (macos-latest) (push) Waiting to run
test / test (ubuntu-latest) (push) Waiting to run
test / test (windows-latest) (push) Waiting to run
reorganize proto files a bit (#30)
2024-12-14 00:06:06 -06:00

26 lines
433 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,ts,tsx,yml,yaml}]
indent_size = 2
[*.md]
trim_trailing_whitespace = false
[{Makefile,*.bat}]
indent_style = tab