fix(editorconfig): fix indent style for local.mk (#31342)

This commit is contained in:
Theo Fabi 2024-11-24 23:04:27 -05:00 committed by GitHub
parent ff00d583af
commit 9e7b0bcf51
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,6 +13,6 @@ max_line_length = 100
[*.py]
indent_size = 4
[{Makefile,**/Makefile,runtime/doc/*.txt}]
[{Makefile,**/Makefile,*.mk,runtime/doc/*.txt}]
indent_style = tab
indent_size = 8