Book a Demo

Author Topic: C++ source code formatting  (Read 2113 times)

Andrue

  • EA Novice
  • *
  • Posts: 5
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
C++ source code formatting
« on: May 10, 2005, 03:30:21 am »
I've been looking at the code generation templates with a view to 'fixing' the formatting. In particular I want to remove the use of \t (does anyone really still like tab characters in source code? ;)) and also the flame-bait issue of '{' placement .

I've played with the templates a little bit but can't really make head nor tail of it.

Andrue

  • EA Novice
  • *
  • Posts: 5
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Re: C++ source code formatting
« Reply #1 on: May 10, 2005, 03:39:48 am »
Ah ha! I made some progress. I think for now I have the solution.