Skip to content

Commit 56a8cf8

Browse files
committed
Add editorconfig
1 parent 27b0bf2 commit 56a8cf8

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.editorconfig

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

0 commit comments

Comments
 (0)