Skip to content

Commit a4178b9

Browse files
committed
add editorconfig
1 parent 7b602ff commit a4178b9

1 file changed

Lines changed: 33 additions & 0 deletions

File tree

.editorconfig

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# https://spec.editorconfig.org/
2+
3+
root = true
4+
5+
[*]
6+
charset = utf-8
7+
end_of_line = lf
8+
insert_final_newline = true
9+
trim_trailing_whitespace = true
10+
11+
[*.py]
12+
indent_style = space
13+
indent_size = 4
14+
15+
[*.robot]
16+
indent_style = space
17+
indent_size = 4
18+
19+
[*.json]
20+
indent_style = space
21+
indent_size = 2
22+
23+
[*.{yml,yaml}]
24+
indent_style = space
25+
indent_size = 2
26+
27+
[*.html]
28+
indent_style = space
29+
indent_size = 2
30+
31+
[*.html]
32+
indent_style = space
33+
indent_size = 2

0 commit comments

Comments
 (0)