Skip to content

Commit

Permalink
Update some dotfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
andreynering committed Jul 14, 2019
1 parent 3eb8ab0 commit e916523
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
5 changes: 3 additions & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@
root = true

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

[*.go]
[{Makefile,go.mod,go.sum,*.go}]
indent_style = tab
indent_size = 8
6 changes: 1 addition & 5 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
* text eol=lf
*.jpg binary
*.jpeg binary
*.png binary
*.ico binary
* text=auto

0 comments on commit e916523

Please sign in to comment.