Skip to content

Commit 2677bcb

Browse files
style: Add .editorconfig file
1 parent 5c510a9 commit 2677bcb

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.editorconfig

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Editor configuration, see http://editorconfig.org
2+
root = true
3+
4+
[*]
5+
charset = utf-8
6+
indent_style = space
7+
indent_size = 4
8+
end_of_line = lf
9+
insert_final_newline = true
10+
trim_trailing_whitespace = true
11+
max_line_length = 79
12+
13+
[*.{md,rst}]
14+
trim_trailing_whitespace = false
15+
16+
[*.y{,a}ml]
17+
indent_size = 2

0 commit comments

Comments
 (0)