Commit adc63edb authored by Conner Fromknecht's avatar Conner Fromknecht

editorconfig: display Go code with 4 space tabs

Github will also pick this up and use this formatting on web.
parent 3deaab5e
...@@ -11,3 +11,7 @@ trim_trailing_whitespace = true ...@@ -11,3 +11,7 @@ trim_trailing_whitespace = true
[*.sol] [*.sol]
indent_size = 4 indent_size = 4
[*.go]
indent_size = 4
indent_style = tab
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment