Skip to content

Commit 97ac81e

Browse files
committed
Add editorconfig
1 parent 2c6e7d7 commit 97ac81e

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.editorconfig

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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
15+
indent_size = 4

0 commit comments

Comments
 (0)