1
0
Fork 0

chore: add editorconfig

This commit is contained in:
Henrik Hautakoski 2025-09-25 21:57:52 +02:00
parent 57e57f3037
commit cb6e66bc45

7
.editorconfig Normal file
View file

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