Fix .editorconfig trim_trailing_whitespace rule

This commit is contained in:
Eduardo Almeida
2021-12-21 20:36:19 +00:00
committed by Tom Henderson
parent 5398e79dc4
commit 8569864c6b

View File

@@ -13,7 +13,7 @@ root = true
end_of_line = lf # Unix-style newlines end_of_line = lf # Unix-style newlines
charset = utf-8 # All files are in UTF-8 charset = utf-8 # All files are in UTF-8
insert_final_newline = true # All files end with a newline insert_final_newline = true # All files end with a newline
trim_trailing_whitespaces = true trim_trailing_whitespace = true # No trailing whitespaces
[Makefile] [Makefile]
indent_style = tab indent_style = tab