[misc] Add a EditorConfig

This commit is contained in:
2021-07-15 10:29:34 +01:00
parent 294c6f6afb
commit 10e33d3133

7
.editorconfig Normal file
View File

@@ -0,0 +1,7 @@
[*]
end_of_line = lf
insert_final_newline = true
[*.sh]
indent_style = space
indent_size = 4