Skip to content

Commit 8133e6a

Browse files
committed
Enable automatic trimming of trailing whitespace
This happened automatically in go, but needs a bit more push for rust. # Please enter the commit message for your changes. Lines starting # with '#' will be ignored, and an empty message aborts the commit. # # On branch main # Your branch is up to date with 'origin/main'. # # Changes to be committed: # modified: .editorconfig # # Changes not staged for commit: # modified: .vscode/launch.json # modified: src/day3.rs #
1 parent 896a0f7 commit 8133e6a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.editorconfig

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ root = true
77
[*]
88
end_of_line = lf
99
insert_final_newline = true
10+
trim_trailing_whitespace = true
1011

1112
[*.go]
1213
end_of_line = lf

0 commit comments

Comments
 (0)