remove editorconfig and gitattributes
Don't need gitattributes no more, and editorconfig is pretty much replaced by rustfmt + nixfmt
This commit is contained in:
@@ -1,15 +0,0 @@
|
||||
root = true
|
||||
|
||||
[*]
|
||||
end_of_line = lf
|
||||
insert_final_newline = true
|
||||
charset = utf-8
|
||||
trim_trailing_whitespace = true
|
||||
|
||||
[*.nix]
|
||||
ident_style = space
|
||||
ident_size = 2
|
||||
|
||||
[*.rs]
|
||||
ident_style = space
|
||||
ident_size = 4
|
||||
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -1 +0,0 @@
|
||||
Cargo.nix linguist-generated
|
||||
Reference in New Issue
Block a user