Updated Coding Standards (mediawiki)
parent
99fcff60c2
commit
592ec7f019
1 changed files with 3 additions and 1 deletions
|
|
@ -1,4 +1,6 @@
|
||||||
!!!OUTDATED!!! At the moment we use astyle.
|
The formatting of the source code is now controlled by the [[http://astyle.sourceforge.net/astyle.html|astyle]] program. The options which specify the style in use are found in the .astylerc file which is located in the top level folder of this repository. To reformat a file, run astyle --options=.astylerc <file_name>. You will need to do this before committing the file to the git repository.
|
||||||
|
|
||||||
|
Everything below is !!!OUTDATED!!!
|
||||||
|
|
||||||
|
|
||||||
Please follow these coding standards for contributing code to Marlin. Pull requests which fail to follow good coding standards may be postponed for cleanup.
|
Please follow these coding standards for contributing code to Marlin. Pull requests which fail to follow good coding standards may be postponed for cleanup.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue