From dcf1ac3c752a4c7b02b46926e493f83c578c91a3 Mon Sep 17 00:00:00 2001 From: Rebecca Stevens Date: Tue, 17 Nov 2020 13:49:34 +1300 Subject: [PATCH] chore(editorconfig): use space instead of tabs for yaml files --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.editorconfig b/.editorconfig index aaac325..1c6314a 100644 --- a/.editorconfig +++ b/.editorconfig @@ -6,3 +6,7 @@ end_of_line = lf charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true + +[*.yml] +indent_style = space +indent_size = 2