diff options
-rw-r--r-- | .editorconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig index 959719527..b4720d575 100644 --- a/.editorconfig +++ b/.editorconfig @@ -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 |