From 57f30a3af41b322ef5ea8e9ebed5b28349541841 Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Sun, 7 Feb 2021 16:12:03 +0000 Subject: [PATCH] Try and space yaml files better --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index 5a999757..546affff 100644 --- a/.editorconfig +++ b/.editorconfig @@ -16,3 +16,6 @@ indent_size = 4 [Makefile] indent_style = tab tab_width = 4 + +[yml] +indent_size = 2