Skip to content

Commit 8c89863

Browse files
committed
Fix spelling error and add newline at end of file
Signed-off-by: lucperkins <[email protected]>
1 parent 12f7d2a commit 8c89863

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.editorconfig

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
root = true
22

33
[*]
4-
end_of_line = 1f
4+
end_of_line = lf
55
insert_final_newline = true
66
charset = utf-8
77

@@ -10,4 +10,5 @@ indent_style = space
1010
indent_size = 2
1111

1212
[Makefile]
13-
indent_style = tab
13+
indent_style = tab
14+

0 commit comments

Comments
 (0)