From cecda22ec3375480f0cd24aab9ccbc34f304b73c Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Sat, 4 Apr 2020 21:37:58 +0300 Subject: [PATCH] Adjust editorconfig for .gitlab-ci.yml --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index ea37f9c1..6342befa 100644 --- a/.editorconfig +++ b/.editorconfig @@ -13,3 +13,6 @@ max_line_length = 99 [*.{yaml,yml,py}] indent_style = space + +[.gitlab-ci.yml] +indent_size = 2