1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00

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

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