From e59d65b8e4bced1014c88f240b53530673dad2ba Mon Sep 17 00:00:00 2001 From: Quinn Date: Sat, 2 Aug 2025 01:28:15 +0200 Subject: [PATCH] remove redundant indent_size=tab --- .editorconfig | 2 -- 1 file changed, 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index 8489ca5..740db13 100644 --- a/.editorconfig +++ b/.editorconfig @@ -22,7 +22,6 @@ tab_width = 8 # forces the usage of 4 spaces [*.{py,rs,cs}] indent_style = space -indent_size = tab tab_width = 4 [*.{json,jsonc}] @@ -30,7 +29,6 @@ tab_width = 4 [*.{yaml,toml}] indent_style = space -indent_size = tab tab_width = 4 [*.{html,css,scss}]