Merge pull request #10699 from Putnam3145/no-newline-on-txts
Made .editorconfig not auto-newline on txts
This commit is contained in:
@@ -6,3 +6,6 @@ indent_size = 4
|
||||
[*.yml]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
|
||||
[*.txt]
|
||||
insert_final_newline = false
|
||||
|
||||
Reference in New Issue
Block a user