Skip to content

Commit a1505de

Browse files
KOLANICHhcho3
authored andcommitted
Added configuration for python into .editorconfig (dmlc#3494)
* Added configuration for python into .editorconfig * Fixed forgotten change in the number of spaces
1 parent a393d44 commit a1505de

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.editorconfig

+5-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,8 @@ root = true
44
charset=utf-8
55
indent_style = space
66
indent_size = 2
7-
insert_final_newline = true
7+
insert_final_newline = true
8+
9+
[*.py]
10+
indent_style = space
11+
indent_size = 4

0 commit comments

Comments
 (0)