From 241527c54d7d900a0cc1778a3d5a241628661241 Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Sun, 17 Dec 2023 19:57:19 +0300 Subject: [PATCH] Editorconfig : remove tab size. --- .editorconfig | 3 --- 1 file changed, 3 deletions(-) diff --git a/.editorconfig b/.editorconfig index 4c5d65c..fc3f31b 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,9 +1,6 @@ -root = true - [*] end_of_line = lf charset = utf-8 indent_style = tab -indent_size = 2 insert_final_newline = true trim_trailing_whitespace = true