Skip to content

Commit

Permalink
Implemented: Add editor config rules for *.txt files
Browse files Browse the repository at this point in the history
  • Loading branch information
LegalizeAdulthood committed Jul 1, 2015
1 parent ac23795 commit 1f28662
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
Expand Up @@ -15,3 +15,8 @@ insert_final_newline = true
trim_trailing_whitespace = true
indent_size = 4
indent_style = space

[*.txt]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true

0 comments on commit 1f28662

Please sign in to comment.