From: Joas Schilling Date: Wed, 15 Apr 2020 11:47:33 +0000 (+0200) Subject: Update editor config for .yml files X-Git-Tag: v19.0.0beta3~4^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F20500%2Fhead;p=nextcloud-server.git Update editor config for .yml files Signed-off-by: Joas Schilling --- diff --git a/.editorconfig b/.editorconfig index 0b4e725ad8f..51117a6e796 100644 --- a/.editorconfig +++ b/.editorconfig @@ -14,6 +14,10 @@ trim_trailing_whitespace = true indent_size = 2 indent_style = space +[*.yml] +indent_size = 2 +indent_style = space + [*.md] trim_trailing_whitespace = false