1
0
forked from extern/nix-config

Add .editorconfig

This commit is contained in:
Donovan Glover 2017-12-22 23:22:00 -05:00
parent 629b98d111
commit dde550ebab
No known key found for this signature in database
GPG Key ID: 8FC5F7D90A5D8F4D

12
.editorconfig Normal file
View File

@ -0,0 +1,12 @@
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_size = 4
[*.cr]
indent_style = space
indent_size = 2
trim_trailing_whitespace = true