From 39a83a33987dda5e06401029dabdd4cec9cba152 Mon Sep 17 00:00:00 2001 From: Quinn Date: Thu, 18 Sep 2025 14:18:48 +0200 Subject: [PATCH] remove setting the tab width for makefile to four --- .editorconfig | 3 --- 1 file changed, 3 deletions(-) diff --git a/.editorconfig b/.editorconfig index a1e1ec0..23feaf6 100644 --- a/.editorconfig +++ b/.editorconfig @@ -13,9 +13,6 @@ indent_style = tab indent_size = tab tab_width = 8 -[{makefile,Makefile}] -tab_width = 4 - [*.{S,s,asm}] tab_width = 8