--- /dev/null
+" 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 ' '