DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
| Code Block |
|---|
# running indent from the top level directory on the file proxy/Main.cc $ indent proxy/Main.cc |
Below is a manually way of specifying the options we use.
| Code Block |
|---|
# use indent with the following commands $ alias indent='indent -nut -nbad -bap -nbbo -nbc -br -bls -ce -ci2 -cli0 -cs -d0 -di2 -nfc1 -nfca -hnl -i2 -ip0 -l120 -lp -npcs -nprs -psl -saf -sai -saw -nsc -nsob -nss' $ indent foo.cc |
...