]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
vim/ftplugin/_common/personal.xpt.vim: Add XPT settings.
authorSimon Ruderich <simon@ruderich.org>
Tue, 8 Jun 2010 20:16:41 +0000 (22:16 +0200)
committerSimon Ruderich <simon@ruderich.org>
Tue, 8 Jun 2010 20:16:41 +0000 (22:16 +0200)
vim/ftplugin/_common/personal.xpt.vim [new file with mode: 0644]

diff --git a/vim/ftplugin/_common/personal.xpt.vim b/vim/ftplugin/_common/personal.xpt.vim
new file mode 100644 (file)
index 0000000..9bcfb39
--- /dev/null
@@ -0,0 +1,47 @@
+" Custom settings for XPTemplate.
+XPTemplate priority=personal
+
+XPTvar $author     Simon Ruderich
+XPTvar $email      simon@ruderich.org
+
+
+" Space settings related to brackets.
+
+" if () ** {
+" else ** {
+XPTvar $BRif       ' '
+" } ** else {
+XPTvar $BRel       ' '
+" for () ** {
+" while () ** {
+" do ** {
+XPTvar $BRloop     ' '
+" struct name ** {
+XPTvar $BRstc      ' '
+" int fun() ** {
+" class name ** {
+XPTvar $BRfun      ' '
+
+
+" General space settings.
+
+" int fun ** (
+" class name ** (
+XPTvar $SPfun      ''
+
+" int fun( ** arg ** )
+" if ( ** condition ** )
+" for ( ** statement ** )
+" [ ** a, b ** ]
+" { ** 'k' : 'v' ** }
+XPTvar $SParg      ''
+
+" if ** (
+" while ** (
+" for ** (
+XPTvar $SPcmd      ' '
+
+" a ** = ** b
+" a = a ** + ** 1
+" (a, ** b, ** )
+XPTvar $SPop       ' '