Add .editorconfig

This commit is contained in:
Silvan Mosberger 2019-06-02 03:49:31 +02:00
parent 9523646955
commit 0f5d899459
No known key found for this signature in database
GPG Key ID: 9424360B4B85C9E7

10
.editorconfig Normal file
View File

@ -0,0 +1,10 @@
root = true
[*.{sh,nix,hs}]
indent_style = space
indent_size = 2
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
charset = utf-8