diff options
Diffstat (limited to 'doc/SciCoding.html')
-rw-r--r-- | doc/SciCoding.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/SciCoding.html b/doc/SciCoding.html index 2fdf27a4a..0897dedcf 100644 --- a/doc/SciCoding.html +++ b/doc/SciCoding.html @@ -113,7 +113,9 @@ </p> <p> The <a href="http://astyle.sourceforge.net/">AStyle</a> formatting - program with '-taOHUKk3 -M8' arguments formats code in much the right way although + program with '--style=attach --indent=force-tab=8 --keep-one-line-blocks +--pad-header --unpad-paren --pad-comma --indent-cases --align-pointer=name --pad-method-prefix +--pad-return-type --pad-param-type --align-method-colon --pad-method-colon=after' arguments formats code in much the right way although there are a few bugs in AStyle. </p> <h3> |