diff --git a/Coding-Standards.mediawiki b/Coding-Standards.mediawiki index 4446e17..a6455fa 100644 --- a/Coding-Standards.mediawiki +++ b/Coding-Standards.mediawiki @@ -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 . 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.