Skip to content

Commit 3515f22

Browse files
committed
Keep trailing space in cram tests (#822)
We keep trailing whitespaces in cram tests
1 parent 0739745 commit 3515f22

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.editorconfig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,7 @@ insert_final_newline = true
99

1010
[Makefile]
1111
indent_style = tab
12+
13+
[*.t]
14+
trim_trailing_whitespace = false
15+
insert_final_newline = false

0 commit comments

Comments
 (0)