Made .editorconfig not auto-newline on txts

This commit is contained in:
Putnam
2020-01-24 10:46:38 -08:00
parent c1e9618757
commit f4174d5e75
+3
View File
@@ -6,3 +6,6 @@ indent_size = 4
[*.yml]
indent_style = space
indent_size = 2
[*.txt]
insert_final_newline = false