f714131 ^
1 2 3 4 5 6 7 8 9
#!/bin/bash -e # this is the implementation of indenter -cpp set -o pipefail expand | sed -e 's:^ *//:&&:' -e 's:^ *#://#:' | indenter -ipp | sed -e 's:^ *// *#:#:' -e 's:^\( *//\) *//:\1:' | pp-indent | bs-align