Implemented: Add editor config rules for *.txt files

This commit is contained in:
Richard 2015-06-30 19:11:53 -06:00
parent ac23795778
commit 1f28662687
1 changed files with 5 additions and 0 deletions

View File

@ -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