From cb9b6c58bb9d2ff9fc3e68eaca6d1608f886c2ab Mon Sep 17 00:00:00 2001 From: Zack Schuster Date: Wed, 22 Apr 2020 18:58:39 -0700 Subject: [PATCH] chore: add yml override to .editorconfig --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index 822648d..c399d28 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,3 +8,6 @@ tab_width = 2 end_of_line = lf insert_final_newline = true trim_trailing_whitespace = true + +[*.yml] +indent_style = space