remove setting the tab width for makefile to four

This commit is contained in:
2025-09-18 14:18:48 +02:00
parent da521004c0
commit 39a83a3398

View File

@@ -13,9 +13,6 @@ indent_style = tab
indent_size = tab indent_size = tab
tab_width = 8 tab_width = 8
[{makefile,Makefile}]
tab_width = 4
[*.{S,s,asm}] [*.{S,s,asm}]
tab_width = 8 tab_width = 8