nf-core_modules/.editorconfig
Gregor Sturm d25e5bf402
Update .editorconfig
Co-authored-by: Phil Ewels <phil.ewels@scilifelab.se>
2020-06-15 16:47:42 +02:00

12 lines
179 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