From bc2b718af7ed758b2adeb7854e51e194d0e327bc Mon Sep 17 00:00:00 2001 From: Daniel Gerhardt Date: Wed, 27 Aug 2014 20:47:33 +0200 Subject: [PATCH] Fix indent_style for *.yml files --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 8f598739..b6cf32aa 100644 --- a/.editorconfig +++ b/.editorconfig @@ -14,4 +14,4 @@ trim_trailing_whitespace = false [*.yml] indent_size = 2 -indent_style = tab +indent_style = space -- GitLab