mirror of
https://github.com/MillironX/taxprofiler.git
synced 2024-11-10 23:43:08 +00:00
28 lines
482 B
INI
28 lines
482 B
INI
|
root = true
|
||
|
|
||
|
[*]
|
||
|
charset = utf-8
|
||
|
end_of_line = lf
|
||
|
insert_final_newline = true
|
||
|
trim_trailing_whitespace = true
|
||
|
indent_size = 4
|
||
|
indent_style = space
|
||
|
|
||
|
[*.{yml,yaml}]
|
||
|
indent_size = 2
|
||
|
|
||
|
[*.json]
|
||
|
insert_final_newline = unset
|
||
|
|
||
|
# These files are edited and tested upstream in nf-core/modules
|
||
|
[/modules/nf-core/**]
|
||
|
charset = unset
|
||
|
end_of_line = unset
|
||
|
insert_final_newline = unset
|
||
|
trim_trailing_whitespace = unset
|
||
|
indent_style = unset
|
||
|
indent_size = unset
|
||
|
|
||
|
[/assets/email*]
|
||
|
indent_size = unset
|