From 65fa68a12ad8ffc05d381b33df8298014b2d7e17 Mon Sep 17 00:00:00 2001 From: Hortison <160366376+jameshorton2337@users.noreply.github.com> Date: Thu, 17 Oct 2024 10:56:14 -0500 Subject: [PATCH] Delete .editorconfig Signed-off-by: Hortison <160366376+jameshorton2337@users.noreply.github.com> --- .editorconfig | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig deleted file mode 100644 index 88f064475f9..00000000000 --- a/.editorconfig +++ /dev/null @@ -1,20 +0,0 @@ -root = true - -[*] -charset = utf-8 -end_of_line = crlf -insert_final_newline = false -max_line_length = 120 -trim_trailing_whitespace = true - -[*.go] -indent_size = 4 -indent_style = tab - -[*.js] -indent_size = 2 -indent_style = space - -[*.{diff,md}] -trim_trailing_whitespace = false -