From 8dbdbcac77e2669a7b4408ba3f3a47d561a5f42e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Rombauts?= Date: Thu, 26 Dec 2019 18:45:59 +0100 Subject: [PATCH] editorconfig: 2 space indentation for CI configuration --- .editorconfig | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.editorconfig b/.editorconfig index b90d678..eb476d6 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,8 +1,14 @@ root = true +# 4 space indentation [*] charset = utf-8 indent_style = space indent_size = 4 insert_final_newline = true end_of_line = lf + +# 2 space indentation for CI configuration +[*.yml] +indent_style = space +indent_size = 4