chore(editorconfig): add config for Go

This commit is contained in:
Smirnov Oleksandr 2023-07-20 00:04:14 +03:00
parent 27b56642f4
commit 7b742afbae

View file

@ -15,3 +15,7 @@ indent_size = 2
[*.{md,yml,yaml,toml}]
indent_size = 2
[*.go]
indent_style = tab
indent_size = 4