debian-koji-osbuild/.editorconfig
Christian Kellner 8f09fa2813 .editorconfig: added
For the shell scripts
2020-09-05 16:34:41 +02:00

11 lines
155 B
INI

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