Skip to content

Commit

Permalink
Add editorconfig.org support: unix-style newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
gmarpons committed Jun 8, 2018
1 parent fa55fbe commit 89b946f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true

0 comments on commit 89b946f

Please sign in to comment.