1
0
Fork 0

add editorconfig

This commit is contained in:
Henrik Hautakoski 2026-02-19 10:37:28 +01:00
parent 711c7fc8d6
commit b53e0bb9c7

12
.editorconfig Normal file
View file

@ -0,0 +1,12 @@
root = true
[*]
end_of_line = lf
[*.go]
indent_style = tab
indent_size = 4
[Makefile]
indent_style = tab
indent_size = 4