Add .editorconfig

This commit is contained in:
Simon Warta
2024-02-07 18:12:41 +01:00
parent 4a81bacb77
commit d5616d5d17

16
.editorconfig Normal file
View File

@@ -0,0 +1,16 @@
# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[{Makefile,*.go}]
indent_style = tab
indent_size = 4