Skip to content

Commit

Permalink
Add editorconfig.
Browse files Browse the repository at this point in the history
  • Loading branch information
gillesfabio committed Oct 21, 2015
1 parent 958a7d5 commit 8a8913a
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
root = true

[*]
end_of_line = lf
indent_size = 4
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
insert_final_newline = true
charset = utf-8

[*.{yml,yaml}]
indent_size = 2

[*.go]
indent_size = 8
indent_style = tab

[*.json]
indent_size = 4
indent_style = space

[Makefile]
indent_style = tab
indent_size = 4

0 comments on commit 8a8913a

Please sign in to comment.