# HG changeset patch # User Oleksandr Gavenko # Date 1271404106 -10800 # Node ID 99d0eb7974d6dde6c6f3c6e2f2675b2298cd4cbd # Parent 8fd48debf4cc86d89f75b27ccdcec2a151cb8667 Remove --comment-delimiters-on-blank-lines option from indent. diff -r 8fd48debf4cc -r 99d0eb7974d6 .bashrc --- 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'