.editorconfig: added

For the shell scripts
This commit is contained in:
Christian Kellner 2020-09-05 16:34:41 +02:00
parent 8f41087797
commit 8f09fa2813

11
.editorconfig Normal file
View file

@ -0,0 +1,11 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
charset = utf-8
[*.sh]
indent_style = space
indent_size = 2