nf-core_modules/.editorconfig
2021-02-03 13:22:42 -06:00

12 lines
No EOL
179 B
INI

root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = false
trim_trailing_whitespace = true
indent_size = 4
indent_style = space
[*.{yml,yaml}]
indent_size = 2