aboutsummaryrefslogtreecommitdiff
path: root/vim/ftdetect
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-10-30 14:31:32 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-10-30 14:31:32 +1300
commit31a63aede68dca92c0765ad8ccbc3c3fb7ad022d (patch)
treefd17d1cc1c9a83f403206769c311902a86f44d9d /vim/ftdetect
parentMerge two ftdetect rules for Muttrc files (diff)
downloaddotfiles-31a63aede68dca92c0765ad8ccbc3c3fb7ad022d.tar.gz
dotfiles-31a63aede68dca92c0765ad8ccbc3c3fb7ad022d.zip
Use consistent long-line indent
Use four spaces for the indent of lines that are continuations of the previous line, using VimL's bizarre backslashed syntax, to keep them distinct from the indentation to show control structures.
Diffstat (limited to 'vim/ftdetect')
-rw-r--r--vim/ftdetect/xdefaults.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/vim/ftdetect/xdefaults.vim b/vim/ftdetect/xdefaults.vim
index bda1161a..2d4c6738 100644
--- a/vim/ftdetect/xdefaults.vim
+++ b/vim/ftdetect/xdefaults.vim
@@ -2,6 +2,6 @@
augroup dfxdefaults
autocmd!
autocmd BufNewFile,BufRead
- \ **/.Xresources.d/*
- \ setlocal filetype=xdefaults
+ \ **/.Xresources.d/*
+ \ setlocal filetype=xdefaults
augroup END