Skip to content
This repository was archived by the owner on Jan 24, 2024. It is now read-only.

Commit d7f3a1b

Browse files
Adds editor config to ensure EOL before EOF (#240)
Signed-off-by: Adrian Cole <[email protected]>
1 parent a88da0c commit d7f3a1b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.editorconfig

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
root = true
2+
3+
[*]
4+
charset = utf-8
5+
end_of_line = lf
6+
insert_final_newline = true
7+
trim_trailing_whitespace = true

0 commit comments

Comments
 (0)