From 9a008e293e369d3ba87fdd27637ff909453bf8d9 Mon Sep 17 00:00:00 2001 From: Yuki Okushi Date: Thu, 9 Jan 2020 17:49:24 +0900 Subject: [PATCH] Prefer 2 spaces as indent size over 4 on yaml --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index 3a8d3f7d8a62..a13173544d80 100644 --- a/.editorconfig +++ b/.editorconfig @@ -14,3 +14,6 @@ indent_size = 4 [*.md] trim_trailing_whitespace = false + +[*.yml] +indent_size = 2