Skip to content

Commit 018495f

Browse files
committed
Add .editorconfig
Introduce .editorconfig file into the repository.
1 parent 60b6f50 commit 018495f

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.editorconfig

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
root = true
2+
3+
[*]
4+
charset = utf-8
5+
end_of_line = lf
6+
insert_final_newline = true
7+
trim_trailing_whitespace = true
8+
9+
[*.{md,py}]
10+
indent_style = space
11+
indent_size = 4
12+
line_length = 79
13+
14+
[*.yml]
15+
indent_style = space
16+
indent_size = 2

0 commit comments

Comments
 (0)