Indent

From Colettapedia
Jump to navigation Jump to search

Invoking indent

  • indent [options] *.cpp

My Preferred Options

  • -v = --verbose
  • -nut = --no-tabs
  • -prs = --space-after-parentheses
  • -nsaf = --no-space-after-for
  • -nsai = --no-space-after-if
  • -nsaw = --no-space-after-while
  • -npcs = --no-space-after-function-call-names
  • -bfda = --break-function-decl-args

copy paste this line

  • indent -v -nut -prs -nsaf -nsai -nsaw -npcs -npsl -nsob -nfca