From aef10c3fbc729c97df4332898200295e26848bbb Mon Sep 17 00:00:00 2001 From: Chris Kankiewicz Date: Wed, 1 Sep 2021 15:05:46 -0700 Subject: [PATCH] Added yaml file config to editorconfig --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index 0cb2730..5d52175 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,6 +8,9 @@ indent_style = space insert_final_newline = true trim_trailing_whitespace = true +[*.{yaml,yml}] +indent_size = 2 + [Makefile] indent_size = 4 indent_style = tab