Skip to content

Commit

Permalink
Keep trailing space in cram tests (OCamlPro#822)
Browse files Browse the repository at this point in the history
We keep trailing whitespaces in cram tests
  • Loading branch information
Halbaroth committed Sep 15, 2023
1 parent 0739745 commit 3515f22
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,7 @@ insert_final_newline = true

[Makefile]
indent_style = tab

[*.t]
trim_trailing_whitespace = false
insert_final_newline = false

0 comments on commit 3515f22

Please sign in to comment.