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
commitb64e26f709cfe09b3990b7c7e6760af2b98ef83a (patch)
tree60d8330122a5695c91948deb0ca391062f6847b5
parent783666f2d0f4f139542dc9371dc566bf71b0c21f (diff)
downloadscintilla-mirror-b64e26f709cfe09b3990b7c7e6760af2b98ef83a.tar.gz
Backport: Updated documentation with currently used astyle parameters.
Backport of changeset 8140:d9561a4b77f4.
-rw-r--r--doc/SciCoding.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/SciCoding.html b/doc/SciCoding.html
index b3724abec..1d5cea9ba 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>