aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2020-04-10 12:53:28 +1000
committerNeil <nyamatongwe@gmail.com>2020-04-10 12:53:28 +1000
commite27b4f5a2cbb11d2b6ec0c8cb4deb899495df06e (patch)
tree2fe459414ef7857ddc9a2ff1298d9cfee75c23a5
parente7c205049362849fa47a0d3cab72c873f8a87cb0 (diff)
downloadscintilla-mirror-e27b4f5a2cbb11d2b6ec0c8cb4deb899495df06e.tar.gz
Updated documentation with currently used astyle parameters.
-rw-r--r--doc/SciCoding.html4
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>