From b84f148b2e49d9abddd59bab2710c414efabdfc2 Mon Sep 17 00:00:00 2001 From: isaak654 Date: Sun, 20 Nov 2022 18:34:16 +0100 Subject: [PATCH] Update .editorconfig --- .editorconfig | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.editorconfig b/.editorconfig index 816e86af..aa6dd550 100644 --- a/.editorconfig +++ b/.editorconfig @@ -2,7 +2,6 @@ root = true [*] -charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true @@ -11,6 +10,13 @@ charset = utf-8-bom indent_style = space indent_size = 4 +[my_version.h] +charset = utf-8-bom + +[*.{c,h,cpp}] +indent_style = tab +indent_size = unset + [*.{yaml,yml,rc}] charset = utf-8 indent_style = space @@ -22,10 +28,6 @@ end_of_line = lf indent_style = tab indent_size = unset -[*.{c,h,cpp}] -indent_style = tab -indent_size = unset - [*.{txt,cmd,bat}] charset = utf-8