diff --git a/.editorconfig b/.editorconfig deleted file mode 100644 index 1a7f284..0000000 --- a/.editorconfig +++ /dev/null @@ -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 diff --git a/.gitattributes b/.gitattributes deleted file mode 100644 index fb6fa53..0000000 --- a/.gitattributes +++ /dev/null @@ -1 +0,0 @@ -Cargo.nix linguist-generated