editorconfig for go files

This commit is contained in:
thek4n 2024-12-20 09:53:59 +03:00
parent 1c36a4e5f7
commit 259593ba4f

View File

@ -25,6 +25,7 @@ tab_width = 4
insert_final_newline = true insert_final_newline = true
[*.go] [*.go]
insert_final_newline = true
indent_style = tab indent_style = tab
[control] [control]