Skip to content

Commit f100dba

Browse files
committed
editorconfig: Adjust to 2-space indents for yaml.
This matches the current configuration in zulip/zulip.
1 parent ca4f6e5 commit f100dba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.editorconfig

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ charset = utf-8
1010
trim_trailing_whitespace = true
1111
insert_final_newline = true
1212

13-
[*.{sh,py,pyi,js,json,yml,xml,css,md,markdown,handlebars,html}]
13+
[*.{sh,py,pyi,js,json,xml,css,md,markdown,handlebars,html}]
1414
indent_style = space
1515
indent_size = 4
1616

17-
[*.{svg,rb,pp,pl}]
17+
[*.{svg,rb,pp,pl,yaml,yml}]
1818
indent_style = space
1919
indent_size = 2
2020

0 commit comments

Comments
 (0)