Files
helm-gitea/.editorconfig
Markus Pesch aa3cf45660
All checks were successful
changelog / changelog (push) Successful in 12s
check-and-test / check-and-test (push) Successful in 34s
fix(Makefile): add yamllint as dedicated target
2025-11-05 19:03:11 +01:00

15 lines
261 B
INI

# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = false
insert_final_newline = false
[Makefile]
indent_style = tab