Name: Anonymous 2010-10-10 13:43
Greetings /prog/
As you are aware there is a plethora of brackets/indentation styles in the dicipline of programming.
http://en.wikipedia.org/wiki/Indentation_style
My opinion is that the Allman style is better than any other. Other styles are inferior to Allman style in regards of readability and I would prefer to work with code in Allman style only.
Thus, I find the need for a utility to convert the text in a set of files into the Allman style necessary.
Would any of you know if such a utility exists? Is there even an extention to emacs that could do this?
As you are aware there is a plethora of brackets/indentation styles in the dicipline of programming.
http://en.wikipedia.org/wiki/Indentation_style
My opinion is that the Allman style is better than any other. Other styles are inferior to Allman style in regards of readability and I would prefer to work with code in Allman style only.
Thus, I find the need for a utility to convert the text in a set of files into the Allman style necessary.
Would any of you know if such a utility exists? Is there even an extention to emacs that could do this?