mirror of
https://github.com/tldr-pages/tldr
synced 2026-08-26 14:13:36 +01:00
.editorconfig: set trim_trailing_whitespace to false (#7958)
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@ indent_style = space
|
||||
indent_size = 2
|
||||
end_of_line = lf
|
||||
charset = utf-8
|
||||
trim_trailing_whitespace = true
|
||||
trim_trailing_whitespace = false
|
||||
insert_final_newline = true
|
||||
|
||||
[*.py]
|
||||
|
||||
Reference in New Issue
Block a user