commit 06f0888d6ceb8f8a0b8ed73a5866e70bb223c145 parent 4a4c75e5c153275b81fab2cd1a3f7686d5741dde Author: finwo <finwo@pm.me> Date: Tue, 11 Apr 2023 11:13:35 +0200 Change editorconfig to have *.mk follow makefile rules Diffstat:
| M | neovim/home/.editorconfig | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/neovim/home/.editorconfig b/neovim/home/.editorconfig @@ -11,5 +11,5 @@ indent_style = space [*.{php,html}] indent_size = 4 -[Makefile*] +[{Makefile*,*.mk}] indent_style = tab