diff options
| author | Theo Fabi <92238946+theofabilous@users.noreply.github.com> | 2024-11-24 23:04:27 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-24 22:04:27 -0600 |
| commit | 9e7b0bcf51924716461f838a33a9508b718934b5 (patch) | |
| tree | cf894019910cbc1d5baefcfd4c9145958f4e3d70 | |
| parent | ff00d583af8f1ce21a508d701d09c54d2621b16e (diff) | |
| download | rneovim-9e7b0bcf51924716461f838a33a9508b718934b5.tar.gz rneovim-9e7b0bcf51924716461f838a33a9508b718934b5.tar.bz2 rneovim-9e7b0bcf51924716461f838a33a9508b718934b5.zip | |
fix(editorconfig): fix indent style for `local.mk` (#31342)
| -rw-r--r-- | .editorconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig index 07993e25b9..0d54d6cb33 100644 --- a/.editorconfig +++ b/.editorconfig @@ -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 |