Fix .editorconfig trim_trailing_whitespace rule
This commit is contained in:
committed by
Tom Henderson
parent
5398e79dc4
commit
8569864c6b
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user