nf-core_modules/.editorconfig

13 lines
186 B
INI
Raw Normal View History

2020-06-15 13:57:51 +00:00
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_size = 4
indent_style = space
[*.{md,yml,yaml,cff}]
indent_size = 2