diff options
-rw-r--r-- | .editorconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig index 0cddf081..f560af74 100644 --- a/.editorconfig +++ b/.editorconfig @@ -36,3 +36,9 @@ indent_size = 8 [*,cover] trim_trailing_whitespace = false + +[*.diff] +trim_trailing_whitespace = false + +[.git/*] +trim_trailing_whitespace = false |