mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 19:38:20 +00:00
fix(editorconfig): fix indent style for local.mk
(#31342)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user