Commit 5b77e0d3 authored by Conner Fromknecht's avatar Conner Fromknecht Committed by GitHub

Merge pull request #1908 from cfromknecht/adjust-go-tabwidth

editorconfig: display Go code with 4 space tabs
parents 3deaab5e adc63edb
...@@ -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