remove editorconfig and gitattributes

Don't need gitattributes no more, and editorconfig is pretty much replaced by rustfmt + nixfmt
This commit is contained in:
Gabriel Fontes
2023-06-12 09:24:13 -03:00
parent fb19a77534
commit 64307892b5
2 changed files with 0 additions and 16 deletions

View File

@@ -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
View File

@@ -1 +0,0 @@
Cargo.nix linguist-generated