Author Topic: Beautification of C/C++: formatting of trailing ';'  (Read 2672 times)

Jerm_jp

  • Community Member
  • Posts: 42
  • Hero Points: 0
Beautification of C/C++: formatting of trailing ';'
« on: May 13, 2013, 12:42:59 AM »
The beautify tool is working much better in 2013 beta than it was in 2012, but could an option be created for setting the spacing of the trailing ';' ?
Perhaps it is only my personal preference, but I like to have a space before the trailing ';'.
Is this possible or should I just deal with it and conform?
Opinions for and against are welcomed.

patrick

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 1818
  • Hero Points: 151
Re: Beautification of C/C++: formatting of trailing ';'
« Reply #1 on: May 13, 2013, 04:06:48 PM »
I went ahead and added that option for the next beta drop, since the groundwork was already laid by "space after semicolon" rule.  It will be under "Spacing -> Statements -> General Statement" in the beautifier's profile editor.

Jerm_jp

  • Community Member
  • Posts: 42
  • Hero Points: 0
Re: Beautification of C/C++: formatting of trailing ';'
« Reply #2 on: May 14, 2013, 01:27:06 AM »
Patrick,
Thank you for this addition and the update.