From 9b974237d5707fb79e744a50cfaeeede598d3a26 Mon Sep 17 00:00:00 2001 From: Harshil Patel Date: Tue, 11 May 2021 21:05:19 +0100 Subject: [PATCH] YAML with 2 space indents --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index 11c1681b..7a3ba6aa 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,6 +8,9 @@ trim_trailing_whitespace = true indent_size = 4 indent_style = space +[*.{yml,yaml}] +indent_size = 2 + # These files are edited upstream in nf-core/modules [/modules/nf-core/**] charset = unset