Skip to content

Commit 27481ea

Browse files
committed
cleanup editor cfg
1 parent 4723292 commit 27481ea

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.editorconfig

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,14 @@
33
root = true
44

55
[*]
6+
insert_final_newline = true
7+
8+
[*.py]
69
indent_style = space
710
indent_size = 4
811
trim_trailing_whitespace = true
912
insert_final_newline = true
1013
charset = utf-8
11-
end_of_line = lf
1214

1315
[*.bat]
1416
indent_style = tab

0 commit comments

Comments
 (0)