From 760324246d80de8a36b02f2b8aaa2e5042435301 Mon Sep 17 00:00:00 2001 From: Maddison Hellstrom Date: Mon, 6 Aug 2018 18:21:09 -0700 Subject: [PATCH] Add yml to .editorconfig --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.editorconfig b/.editorconfig index eb0b0df..9f517de 100644 --- a/.editorconfig +++ b/.editorconfig @@ -12,3 +12,7 @@ trim_trailing_whitespace = false [*.js] indent_style = space indent_size = 2 + +[*.yml] +indent_style = space +indent_size = 4