Skip to content

Commit

Permalink
Merge pull request holman#210 from caarlos0/editorconfig-go
Browse files Browse the repository at this point in the history
fixed editorconfig for go code
  • Loading branch information
caarlos0 committed Jun 7, 2016
2 parents cd8e047 + f2229bc commit dcf7704
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions editorconfig/editorconfig.symlink
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,7 @@ indent_size = 4

[*.java]
indent_style = tab

[*.go]
indent_style = tab
indent_size = 4

0 comments on commit dcf7704

Please sign in to comment.