Skip to content

Commit 6cd4ca0

Browse files
committed
🧑‍💻 Improve .editorconfig
Signed-off-by: Yves Bastide <[email protected]>
1 parent 5503c45 commit 6cd4ca0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.editorconfig

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# top-most EditorConfig file
22
root = true
33

4-
# Unix-style newlines with a newline ending every file
4+
# Unix-style newlines with a newline ending every file, no extra spaces
55
[*]
66
end_of_line = lf
7+
trim_trailing_whitespace = true
78
insert_final_newline = true

0 commit comments

Comments
 (0)