From 34bea9da1a4b7763fcb0b8cfb9ffcff76af654ee Mon Sep 17 00:00:00 2001 From: Evan Mattson Date: Sat, 7 Jul 2018 12:12:07 +0200 Subject: [PATCH] set indent for yaml files --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index 779f99a..213a0f0 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,5 +8,8 @@ charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true +[*.yml] +indent_size = 2 + [*.md] trim_trailing_whitespace = false