Skip to content

Commit

Permalink
Add .editorconfig and .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
borovskyav committed Jul 5, 2017
1 parent 6c38036 commit e12f1c3
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# EditorConfig is awesome: http://EditorConfig.org

root = true

[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8

[*.go]
indent_style = tab
indent_size = 2
trim_trailing_whitespace = true
13 changes: 13 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
log
build/

.DS_Store
*.coverprofile
/vendor/*/

cmd/cache/cache
cmd/notifier/notifier

.vscode
.idea
.exe

0 comments on commit e12f1c3

Please sign in to comment.