mirror of
https://github.moeyy.xyz/https://github.com/trekhleb/javascript-algorithms.git
synced 2024-11-10 11:09:43 +08:00
Trim trailing whitespaces.
This commit is contained in:
parent
871d20d868
commit
b13291df62
@ -1,3 +1,4 @@
|
||||
# @see: https://editorconfig.org/
|
||||
root = true
|
||||
|
||||
[*]
|
||||
@ -6,3 +7,4 @@ insert_final_newline = true
|
||||
charset = utf-8
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
trim_trailing_whitespace = true
|
||||
|
Loading…
Reference in New Issue
Block a user