tools: add .editorconfig

This commit is contained in:
bastimeyer 2021-12-05 18:56:05 +01:00
parent 53adc9293a
commit 60a824e46f

16
.editorconfig Normal file
View file

@ -0,0 +1,16 @@
# http://editorconfig.org
# top-most EditorConfig file
root = true
# global file encoding
[*]
charset = utf-8
end_of_line = lf
[**.sh]
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true