Skip to content

Commit 135e7f7

Browse files
committed
Set indent size to 2 on yml files.
1 parent a19e4d4 commit 135e7f7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: .editorconfig

+3
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ ij_formatter_tags_enabled = false
1414
ij_smart_tabs = false
1515
ij_wrap_on_typing = false
1616

17+
[{*.yaml,*.yml}]
18+
indent_size = 2
19+
1720
[{*.bash,*.sh,*.zsh}]
1821
ij_shell_binary_ops_start_line = false
1922
ij_shell_keep_column_alignment_padding = false

0 commit comments

Comments
 (0)