mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02: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
|
indent_size = 2
|
||||||
end_of_line = lf
|
end_of_line = lf
|
||||||
charset = utf-8
|
charset = utf-8
|
||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = false
|
||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
|
|
||||||
[*.py]
|
[*.py]
|
||||||
|
|
Loading…
Add table
Reference in a new issue