Skip to content

Commit

Permalink
Help Github with code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
c4milo committed Jul 4, 2017
1 parent 9e55fc9 commit 9fa7b7b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,15 @@ root = true
[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
charset = utf-8

; Go
[*.go]
indent_style = tab
indent_size = 4

; YAML
[*.yaml]
indent_style = space
indent_size = 2
trim_trailing_whitespace = true
insert_final_newline = true

0 comments on commit 9fa7b7b

Please sign in to comment.