From a7a954c1dc8ceda3eef4abb5ba4cd978ebb39087 Mon Sep 17 00:00:00 2001 From: rasul Date: Sun, 5 Apr 2020 17:26:58 -0500 Subject: [PATCH] yaml uses spaces --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index 3721264..f7cafea 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,3 +7,6 @@ trim_trailing_whitespace = true [*.sql] indent_style = space + +[*.yml] +indent_style = space