Skip to content
Snippets Groups Projects
Commit 29d8e1f4 authored by nservant's avatar nservant
Browse files

[MODIF] modif editorconfig

parent bea2c8a1
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ indent_style = space
indent_size = 2
# These files are edited and tested upstream in nf-core/modules
[/modules/nf-core/**,/bin/cutsite_trimming]
[/modules/nf-core/**]
charset = unset
end_of_line = unset
insert_final_newline = unset
......@@ -22,3 +22,11 @@ indent_size = unset
[/assets/email*]
indent_size = unset
# C++ compiles code
[/bin/cutsite_trimming]
end_of_line = unset
insert_final_newline = unset
trim_trailing_whitespace = unset
indent_style = unset
indent_size = unset
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment