forked from extern/nix-config
Add .editorconfig
This commit is contained in:
parent
629b98d111
commit
dde550ebab
12
.editorconfig
Normal file
12
.editorconfig
Normal 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
|
Loading…
Reference in New Issue
Block a user