< Previous by Date | Date Index | Next by Date > |
Thread Index |
According to the wiki, the coding convention followed is the
ellemtel style (http://resiprocate.org/Code_Conventions).
In regards to indenting, does anyone know of a utility, besides ccmode
for emacs, that will convert code into the ellemtel style? I’ve looked at
AStyle (http://astyle.sourceforge.net/)
and use the following options for indentation only: --indent=spaces=3 --indent-switches --indent-classes Does anyone else use a code formatter? I ask this because I use Visual Studio 2005 and I’ve
integrated the resip vcproj’s into my apps solution file, so changing
options such as indent spacing from the default VisualStudio option from 4 to 3
(other style issues come up as well) affects my entire project. Thanks, -justin |