editorconfig: Don't insert final newline in .out files (#1686)

This commit is contained in:
Dmitry Sharshakov 2019-02-07 19:31:49 +03:00 committed by Ryan Dahl
parent 79b95341d9
commit 9470f2b0c8
1 changed files with 4 additions and 0 deletions

View File

@ -8,5 +8,9 @@ indent_size = 2
charset = utf-8
trim_trailing_whitespace = true
[*.out] # make editor neutral to .out files
insert_final_newline = false
trim_trailing_whitespace = false
[*.py]
indent_size = 4