fix: .editorconfig used indent_size, which should be equal to tab

This commit is contained in:
2025-08-12 10:12:31 +02:00
parent 82a33791de
commit 4200d859aa

View File

@@ -5,8 +5,8 @@ trim_trailing_whitespace = true
[*.{c,h}] [*.{c,h}]
indent_style = tab indent_style = tab
indent_size = 4 indent_size = tab
[{makefile,Makefile}] [{makefile,Makefile}]
indent_style = tab indent_style = tab
indent_size = 2 indent_size = tab