Merge pull request #33 from nf-core/grst-patch-1

Create .editorconfig
This commit is contained in:
Phil Ewels 2020-07-11 13:32:05 +02:00 committed by GitHub
commit 0241467b1e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

12
.editorconfig Normal file
View file

@ -0,0 +1,12 @@
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