From 37b8819fc5995f0c5360313ddd52fbd560b37622 Mon Sep 17 00:00:00 2001 From: Gauvain 'GovanifY' Roussel-Tarbouriech Date: Fri, 11 Dec 2020 12:10:54 +0100 Subject: [PATCH] formatting: remove editorconfig --- .editorconfig | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig deleted file mode 100644 index 2309c22c73..0000000000 --- a/.editorconfig +++ /dev/null @@ -1,12 +0,0 @@ -# Should always be specified at the top of the file outside of any sections -root = true - -# TODO: Add one for resource script file and other Linux specific files ? - -[*.{cpp,h}] -indent_style = tab -indent_size = 4 -#trim_trailing_whitespace = true - -[*.md] -trim_trailing_whitespace = false