diff options
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig index 0111a8e..24ce802 100644 --- a/.editorconfig +++ b/.editorconfig @@ -10,4 +10,5 @@ indent_size = 4 [*.tpl] indent_style = space indent_size = 2 -end_of_line = crlf
\ No newline at end of file +end_of_line = crlf +trim_trailing_whitespace = false
\ No newline at end of file |