From c06db7f48b19f22d3d1d1a62dd2b14c3cee1cc25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Rombauts?= Date: Sat, 4 Jan 2020 17:34:58 +0100 Subject: [PATCH] editorconfig: only 2 space indentation for YAML CI configuration files --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index eb476d67..1fab7337 100644 --- a/.editorconfig +++ b/.editorconfig @@ -11,4 +11,4 @@ end_of_line = lf # 2 space indentation for CI configuration [*.yml] indent_style = space -indent_size = 4 +indent_size = 2