From f100dba3f3024790386b4e9ce5ca9c06f150524d Mon Sep 17 00:00:00 2001 From: Alex Vandiver Date: Tue, 23 Feb 2021 13:51:13 -0800 Subject: [PATCH] editorconfig: Adjust to 2-space indents for yaml. This matches the current configuration in zulip/zulip. --- .editorconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index 123d7925..d969918b 100644 --- a/.editorconfig +++ b/.editorconfig @@ -10,11 +10,11 @@ charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true -[*.{sh,py,pyi,js,json,yml,xml,css,md,markdown,handlebars,html}] +[*.{sh,py,pyi,js,json,xml,css,md,markdown,handlebars,html}] indent_style = space indent_size = 4 -[*.{svg,rb,pp,pl}] +[*.{svg,rb,pp,pl,yaml,yml}] indent_style = space indent_size = 2