From 1e8d70e452355c092ef19a8a70117caa427b72d4 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 15 Jan 2015 08:39:48 +1300 Subject: Discard PHP's indenting It keeps doing things I don't expect, and the code looks hard to change. autoindent should do the job. I might have a go at writing my own later to handle obvious cases like an opening brace or case statement on the previous line. --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 68e17a4d..c5642225 100644 --- a/Makefile +++ b/Makefile @@ -184,9 +184,11 @@ install-vim-plugins : vim-plugins install-vim-config "$$file" "$(HOME)"/.vim/"$$file" ; \ done install -m 0755 -d -- \ + "$(HOME)"/.vim/after/indent \ "$(HOME)"/.vim/after/ftdetect \ "$(HOME)"/.vim/after/ftplugin \ "$(HOME)"/.vim/after/syntax + install -m 0644 -- vim/after/indent/* "$(HOME)"/.vim/after/indent install -m 0644 -- vim/after/ftdetect/* "$(HOME)"/.vim/after/ftdetect install -m 0644 -- vim/after/ftplugin/* "$(HOME)"/.vim/after/ftplugin install -m 0644 -- vim/after/syntax/* "$(HOME)"/.vim/after/syntax -- cgit v1.2.3