68
edits
(→Naming: clarify that we use camel case for local variables too) |
Salty-horse (talk | contribs) m (→Automatically converting code to our conventions: Small corrections) |
||
Line 258: | Line 258: | ||
== Automatically converting code to our conventions == | == Automatically converting code to our conventions == | ||
The following settings for [http://astyle.sourceforge.net/ Artistic Style] ( | The following settings for [http://astyle.sourceforge.net/ Artistic Style] (also known as astyle) approximate our code formatting conventions and can be used to quickly convert a big bunch of source files to our conventions. Note that you may still have to manually clean up some stuff afterwards. | ||
<pre> | <pre> | ||
indent=tab=4 | indent=tab=4 |
edits