remove .vscode and .editorconfig

This commit is contained in:
dusk 2022-08-15 02:22:09 +03:00
parent 9943108498
commit 4a35a0b6a4
Signed by: dusk
GPG Key ID: 1D8F8FAF2294D6EA
2 changed files with 0 additions and 36 deletions

View File

@ -1,32 +0,0 @@
# Editor configuration, see http://editorconfig.org
root = true
[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
charset = utf-8
indent_style = space
indent_size = 2
# Ignore diffs/patches
[*.{diff,patch}]
end_of_line = unset
insert_final_newline = unset
trim_trailing_whitespace = unset
indent_size = unset
[{.*,secrets}/**]
end_of_line = unset
insert_final_newline = unset
trim_trailing_whitespace = unset
charset = unset
indent_style = unset
indent_size = unset
[*.py]
indent_size = 4
[*.md]
max_line_length = off
trim_trailing_whitespace = false

View File

@ -1,4 +0,0 @@
{
"nixEnvSelector.nixShellConfig": "${workspaceRoot}/shell.nix",
"discord.enabled": false
}