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:
parent
79b95341d9
commit
9470f2b0c8
1 changed files with 4 additions and 0 deletions
|
@ -8,5 +8,9 @@ indent_size = 2
|
||||||
charset = utf-8
|
charset = utf-8
|
||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true
|
||||||
|
|
||||||
|
[*.out] # make editor neutral to .out files
|
||||||
|
insert_final_newline = false
|
||||||
|
trim_trailing_whitespace = false
|
||||||
|
|
||||||
[*.py]
|
[*.py]
|
||||||
indent_size = 4
|
indent_size = 4
|
||||||
|
|
Loading…
Reference in a new issue