From 21b4229684e91ccfdb91e8fbd3b5772c5e7ce2c5 Mon Sep 17 00:00:00 2001 From: Maxime U Garcia Date: Fri, 23 Feb 2024 09:54:44 +0100 Subject: [PATCH] Update .editorconfig I don't think we need to ignore README as we ignore python and markdown just after. + Adding comments about ignoring markdown --- nf_core/pipeline-template/.editorconfig | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/nf_core/pipeline-template/.editorconfig b/nf_core/pipeline-template/.editorconfig index dd9ffa5387..72dda289a0 100644 --- a/nf_core/pipeline-template/.editorconfig +++ b/nf_core/pipeline-template/.editorconfig @@ -28,10 +28,6 @@ indent_style = unset [/assets/email*] indent_size = unset -# ignore Readme -[README.md] -indent_style = unset - -# ignore python +# ignore python and markdown [*.{py,md}] indent_style = unset