From b17c87b78ed723bf84993d7516a951e75c03c752 Mon Sep 17 00:00:00 2001 From: Steven Sutcliffe Date: Wed, 2 Oct 2024 15:58:47 -0400 Subject: [PATCH] Make exception for editor config for nf-test json --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index fc33cb7..68c0e00 100644 --- a/.editorconfig +++ b/.editorconfig @@ -33,5 +33,5 @@ indent_style = unset # ignore nf-test json file [tests/data/irida/sample_name_add_iridanext.output.json] -end_of_line = unset +insert_final_newline = unset trim_trailing_whitespace = unset