[Ilugc] LJ Tech Tip

  • From: sbharathi@xxxxxxxxxxxxx (Bharathi Subramanian)
  • Date: Thu Jul 28 10:45:18 2005

Tech Tip from Linux Journal:

If you're formatting C code with "indent" and you have really awful
tricky parts that you want to leave with your own indenting, you can
make indent leave them alone by putting:

/* *INDENT-OFF* */  before each "special" chunk of code, and

/* *INDENT-ON* */   after it.

HTH :)
--
Bharathi S

Other related posts: