0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-02-27 19:36:58 +00:00

Updated Coding Standards (mediawiki)

AnHardt 2015-09-24 21:52:54 +02:00
parent 99fcff60c2
commit 592ec7f019

@ -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.