This commit is contained in:
fferro
2024-07-17 10:57:56 +01:00
parent d5ad69131f
commit 5a03b50199
-21
View File
@@ -1,21 +0,0 @@
# EditorConfig is awesome: http://EditorConfig.org
root = true
[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
charset = utf-8
indent_style = space
indent_size = 2
[*.md]
trim_trailing_whitespace = false
[{Makefile,**.defs}]
# Use tabs for indentation (Makefiles require tabs)
indent_style = tab
[*.go]
indent_style = tab