Skip to content

Commit fdf6536

Browse files
authored
Merge pull request #369 from sisp/editorconfig
Add EditorConfig file
2 parents b65c972 + ed62156 commit fdf6536

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.editorconfig

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

0 commit comments

Comments
 (0)