From 6264edcadb9af2692ac10c7b61ddf31478a29e43 Mon Sep 17 00:00:00 2001 From: danielsss Date: Tue, 27 Dec 2022 09:35:08 +1100 Subject: [PATCH] Removed .editorconfig --- .editorconfig | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig deleted file mode 100644 index 53ad327c..00000000 --- a/.editorconfig +++ /dev/null @@ -1,16 +0,0 @@ -# EditorConfig is awesome: https://EditorConfig.org - -# Unix-style newlines with a newline ending every file -[*] -end_of_line = lf -insert_final_newline = true - -# Matches multiple files with brace expansion notation -# Set default charset -[*.{ts,js,py,java,go,c,cpp,cs}] -charset = utf-8 - -# 4 space indentation -[*.{ts,js,py,java,go,c,cpp,cs}] -indent_style = space -indent_size = 4 \ No newline at end of file