aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2015-01-15 08:39:48 +1300
committerTom Ryder <tom@sanctum.geek.nz>2015-01-15 08:39:48 +1300
commit1e8d70e452355c092ef19a8a70117caa427b72d4 (patch)
tree5eb9e12bd1b4b46af7aae37a7b5bfc5e7385f955 /Makefile
parentTry to use ed -v (diff)
downloaddotfiles-1e8d70e452355c092ef19a8a70117caa427b72d4.tar.gz
dotfiles-1e8d70e452355c092ef19a8a70117caa427b72d4.zip
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.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
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