Skip to content

Commit 0c7c73a

Browse files
committed
add editor config
1 parent c46d8bc commit 0c7c73a

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.editorconfig

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# http://editorconfig.org
2+
root = true
3+
4+
[*]
5+
charset = utf-8
6+
indent_style = tab
7+
indent_size = 4
8+
end_of_line = lf
9+
insert_final_newline = false
10+
trim_trailing_whitespace = true
11+
12+
[*.yml]
13+
indent_style = space
14+
indent_size = 2

0 commit comments

Comments
 (0)