mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-08 20:10:17 +02:00
29 lines
417 B
INI
29 lines
417 B
INI
# http://editorconfig.org
|
|
root = true
|
|
|
|
[*]
|
|
indent_style = space
|
|
indent_size = 4
|
|
tab_width = 4
|
|
end_of_line = lf
|
|
charset = utf-8
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|
|
|
|
[*.{yaml,yml,less}]
|
|
indent_size = 2
|
|
|
|
[*.md]
|
|
indent_size = 2
|
|
|
|
# Makefiles always use tabs for indentation
|
|
[Makefile]
|
|
indent_style = tab
|
|
|
|
[*.bat]
|
|
indent_style = tab
|
|
|
|
[{Dockerfile,*.dockerfile}]
|
|
indent_style = space
|
|
indent_size = 4
|