mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 02:34:59 -07:00
fix(editorconfig): fix indent style for local.mk
(#31342)
This commit is contained in:
parent
ff00d583af
commit
9e7b0bcf51
@ -13,6 +13,6 @@ max_line_length = 100
|
|||||||
[*.py]
|
[*.py]
|
||||||
indent_size = 4
|
indent_size = 4
|
||||||
|
|
||||||
[{Makefile,**/Makefile,runtime/doc/*.txt}]
|
[{Makefile,**/Makefile,*.mk,runtime/doc/*.txt}]
|
||||||
indent_style = tab
|
indent_style = tab
|
||||||
indent_size = 8
|
indent_size = 8
|
||||||
|
Loading…
Reference in New Issue
Block a user