From 592ec7f019113c33833f8cee1318999022f7b8ed Mon Sep 17 00:00:00 2001 From: AnHardt Date: Thu, 24 Sep 2015 21:52:54 +0200 Subject: [PATCH] Updated Coding Standards (mediawiki) --- Coding-Standards.mediawiki | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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.