Skip to content

Commit 2749103

Browse files
committed
Added .editorconfig
1 parent 8238c28 commit 2749103

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.editorconfig

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

0 commit comments

Comments
 (0)