From 862767f6f2287b671920ed339759dd5f09d0af60 Mon Sep 17 00:00:00 2001 From: Matthew Klein Date: Tue, 28 Aug 2018 20:06:53 -0500 Subject: [PATCH] Use 2 spaces for yaml files (.travis.yml) --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.editorconfig b/.editorconfig index 38790d10dc..2bbadef6d5 100644 --- a/.editorconfig +++ b/.editorconfig @@ -14,3 +14,7 @@ insert_final_newline = true charset = utf-8 indent_style = space indent_size = 4 + +[*.y{a,}ml] +indent_size = 2 +indent_style = space