Files
helm-anything/.editorconfig
Sun-ZhenXing 3360ca01a2 init repo
2026-02-16 09:12:50 +08:00

25 lines
320 B
INI

root = true
[*]
indent_size = 2
indent_style = space
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
indent_size = 4
trim_trailing_whitespace = false
[Makefile]
indent_size = 4
indent_style = tab
[*.mk]
indent_size = 4
indent_style = tab
[*.yaml]
indent_size = 2