Skip to content

Commit b31525d

Browse files
committed
Add .editorconfig
1 parent ed4357d commit b31525d

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+
# EditorConfig is awesome: http://EditorConfig.org
2+
3+
root = true
4+
5+
[*]
6+
end_of_line = lf
7+
insert_final_newline = true
8+
9+
[*.{py,vim,vroom}]
10+
indent_style = space
11+
indent_size = 2
12+
max_line_length = 80
13+
14+
[*.{py,vim}]
15+
quote_type = single

0 commit comments

Comments
 (0)