.bashrc
changeset 57 99d0eb7974d6
parent 45 5c94d2613433
child 74 06fb23a66904
--- a/.bashrc	Sat Apr 03 11:09:46 2010 +0300
+++ b/.bashrc	Fri Apr 16 10:48:26 2010 +0300
@@ -85,7 +85,10 @@
 # what most people want from od (hexdump)
 # alias hd='od -Ax -tx1z -v'
 
-alias indent-bifit="indent -bap -bbo -br -brs -cdb -cdw -ce -cli0 -c0 -cs -d0 -di0 -hnl -l120 -lc90 -i4 -npcs -ppi 3 -npsl -nut -sbi4 -sc"
+# --blank-lines-after-procedures --break-before-boolean-operator --braces-on-if-line --braces-on-struct-decl-line
+# --comment-indentationn --space-after-cast --line-comments-indentationn --declaration-indentationn --honour-newlines
+# --no-space-after-function-call-names --no-tabs --struct-brace-indentationn --start-left-side-of-comments
+alias indent-bifit="indent -bap -bbo -br -brs -cdw -ce -cli0 -c0 -cs -d0 -di0 -hnl -l120 -lc90 -i4 -npcs -ppi 3 -npsl -nut -sbi4 -sc"
 
 # canonicalize path (including resolving symlinks)
 # alias realpath='readlink -f'