Skip to content

Commit

Permalink
revise editor config
Browse files Browse the repository at this point in the history
tabs only for Go
  • Loading branch information
nathany committed Oct 8, 2019
1 parent 0a05407 commit ecf2c4d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
root = true

[*]
[*.go]
indent_style = tab
indent_size = 4
insert_final_newline = true

[*.{yml,yaml}]
indent_style = space
indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true

0 comments on commit ecf2c4d

Please sign in to comment.