Skip to content

Commit

Permalink
go fmt, and golint tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle Truscott committed May 18, 2015
1 parent 04bf634 commit 87123e4
Show file tree
Hide file tree
Showing 3 changed files with 338 additions and 311 deletions.
20 changes: 20 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
root = true

; Unix-style newlines with a newline ending every file
[*]
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

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

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

0 comments on commit 87123e4

Please sign in to comment.