mirror of
https://github.com/trekhleb/javascript-algorithms.git
synced 2026-03-13 08:51:02 +08:00
Trim trailing whitespaces.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user