Skip to content

Commit

Permalink
Make exception for editor config for nf-test json
Browse files Browse the repository at this point in the history
  • Loading branch information
sgsutcliffe committed Oct 2, 2024
1 parent e230ae8 commit 3f61110
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,8 @@ indent_style = unset
# ignore python
[*.{py}]
indent_style = unset

# ignore nf-test json file
[tests/data/irida/sample_name_add_iridanext.output.json]
end_of_line = unset
trim_trailing_whitespace = unset

0 comments on commit 3f61110

Please sign in to comment.