Skip to content

Commit

Permalink
Update editorconfig for go
Browse files Browse the repository at this point in the history
  • Loading branch information
zpao committed Feb 26, 2015
1 parent 29891b5 commit 18725dd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,8 @@ insert_final_newline = true
trim_trailing_whitespace = true

[*.{js,rb}]
indent_size=2
indent_size = 2

[*.go]
indent_size = 8
indent_style = tab

0 comments on commit 18725dd

Please sign in to comment.