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

[MODIF] modif editorconfig

parent bea2c8a1
Branches
No related tags found
No related merge requests found
...@@ -12,7 +12,7 @@ indent_style = space ...@@ -12,7 +12,7 @@ indent_style = space
indent_size = 2 indent_size = 2
# These files are edited and tested upstream in nf-core/modules # These files are edited and tested upstream in nf-core/modules
[/modules/nf-core/**,/bin/cutsite_trimming] [/modules/nf-core/**]
charset = unset charset = unset
end_of_line = unset end_of_line = unset
insert_final_newline = unset insert_final_newline = unset
...@@ -22,3 +22,11 @@ indent_size = unset ...@@ -22,3 +22,11 @@ indent_size = unset
[/assets/email*] [/assets/email*]
indent_size = unset 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.
Please register or to comment