# HG changeset patch # User Oleksandr Gavenko # Date 1271754622 -10800 # Node ID 78d46cc0da4112d23bf1212ca3bb5c4b2a5a55cd # Parent 47272014a49a1bd900c1e59a66c2a967e691e4a0# Parent 99d0eb7974d6dde6c6f3c6e2f2675b2298cd4cbd merged diff -r 47272014a49a -r 78d46cc0da41 .bashrc --- a/.bashrc Thu Apr 15 21:34:06 2010 +0300 +++ b/.bashrc Tue Apr 20 12:10:22 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'