Skip to content

Commit 4efb373

Browse files
author
beicause
committed
editconfig: set yml indent_size to 2
This is useful for github ci file
1 parent 6834401 commit 4efb373

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.editorconfig

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,7 @@ indent_style = space
55
indent_size = 4
66
end_of_line = lf
77
charset = utf-8
8-
trim_trailing_whitespace = true
8+
trim_trailing_whitespace = true
9+
10+
[*.y[a]ml]
11+
indent_size = 2

0 commit comments

Comments
 (0)