Skip to content
This repository has been archived by the owner on May 24, 2022. It is now read-only.

Commit

Permalink
Set LF as default line ending
Browse files Browse the repository at this point in the history
  • Loading branch information
jonpas committed Jun 18, 2016
1 parent 547c3e9 commit 5f904a2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
root = true

[*]
end_of_line = crlf
end_of_line = lf
insert_final_newline = true
charset = utf-8
indent_style = space
Expand All @@ -10,4 +10,3 @@ trim_trailing_whitespace = true

[*.md]
trim_trailing_whitespace = false

4 changes: 4 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
* text=auto
*.png binary
*.jpg binary
*.paa binary

0 comments on commit 5f904a2

Please sign in to comment.