From 4a35a0b6a4e9c8d94330f5cae1940df5d2d9891d Mon Sep 17 00:00:00 2001 From: Yusuf Bera Ertan Date: Mon, 15 Aug 2022 02:22:09 +0300 Subject: [PATCH] remove .vscode and .editorconfig --- .editorconfig | 32 -------------------------------- .vscode/settings.json | 4 ---- 2 files changed, 36 deletions(-) delete mode 100644 .editorconfig delete mode 100644 .vscode/settings.json diff --git a/.editorconfig b/.editorconfig deleted file mode 100644 index 96e5188..0000000 --- a/.editorconfig +++ /dev/null @@ -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 diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index ad22b85..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "nixEnvSelector.nixShellConfig": "${workspaceRoot}/shell.nix", - "discord.enabled": false -} \ No newline at end of file