Skip to content

Commit 9470f2b

Browse files
Dmitry Sharshakovry
Dmitry Sharshakov
authored andcommitted
editorconfig: Don't insert final newline in .out files (denoland#1686)
1 parent 79b9534 commit 9470f2b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.editorconfig

+4
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,9 @@ indent_size = 2
88
charset = utf-8
99
trim_trailing_whitespace = true
1010

11+
[*.out] # make editor neutral to .out files
12+
insert_final_newline = false
13+
trim_trailing_whitespace = false
14+
1115
[*.py]
1216
indent_size = 4

0 commit comments

Comments
 (0)