Merge pull request #10699 from Putnam3145/no-newline-on-txts

Made .editorconfig not auto-newline on txts
This commit is contained in:
kevinz000
2020-01-28 17:58:23 -07:00
committed by GitHub

View File

@@ -6,3 +6,6 @@ indent_size = 4
[*.yml]
indent_style = space
indent_size = 2
[*.txt]
insert_final_newline = false