Files
helm-charts-hardened/.editorconfig
T
Marco Franssen fe5b3a2a16 Add .editorconfig
This is convenient to have some basic formatting automatically done on files

At least for the people that have the .editorconfig plugin in their IDE

Signed-off-by: Marco Franssen <[email protected]>
2023-02-09 10:31:49 +01:00

11 lines
161 B
INI

root = true
[*]
charset = utf-8
end_of_line = lf
indent_style = space
indent_size = 2
tab_width = 2
trim_trailing_whitespace = true
insert_final_newline = true