boxes/.editorconfig
2024-09-28 16:22:03 +02:00

22 lines
338 B
INI

# EditorConfig is awesome: https://EditorConfig.org
root = true
[*]
charset = utf-8
indent_size = 4
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[*.{xml,json,yml,yaml}]
indent_size = 2
[*.{sh,bash,zsh}]
end_of_line = lf
[*.{cmd,bat,ps1}]
end_of_line = crlf
[*.md]
trim_trailing_whitespace = false