mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01:00
.editorconfig: set trim_trailing_whitespace to false (#7958)
This commit is contained in:
parent
34fa690979
commit
a7724b7c2f
1 changed files with 1 additions and 1 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Reference in a new issue