Skip to content

Commit a71bd2e

Browse files
DEV: Add editorconfig (#138)
* Add editorconfig * match prettier default --------- Co-authored-by: Lucas Colley <[email protected]>
1 parent 27b0bf2 commit a71bd2e

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

Diff for: .editorconfig

+14
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 = 80

0 commit comments

Comments
 (0)