Skip to content

Commit

Permalink
Add .editorconfig and .gitattributes files to ensure this sort of PR
Browse files Browse the repository at this point in the history
never has to be done again
  • Loading branch information
pajlada committed Jan 31, 2019
1 parent 90eb399 commit da577b3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
root = true

[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
trim_trailing_whitespace = true
6 changes: 6 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
*.go text eol=lf
.editorconfig text eol=lf
LICENSE text eol=lf
Makefile text eol=lf
*.MD text eol=lf
*.travis.yml text eol=lf

0 comments on commit da577b3

Please sign in to comment.