Skip to content

Commit 45be808

Browse files
Update developersguide.md
1 parent c420073 commit 45be808

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

developersguide.md

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -44,17 +44,4 @@ Contributing
4444
We follow the standard [GitHub Flow](https://guides.github.com/introduction/flow/) process. In short: send a pull request with proposed changes. See more information [here](https://github.com/PlusToolkit/PlusBuild/blob/master/CONTRIBUTING.md).
4545

4646
When making code changes, please follow Plus coding conventions. The Astyle formatter can be used to quickly format a file to Plus standards.
47-
* PLUS format:
48-
* --style=allman
49-
* --indent=spaces=2
50-
* --align-pointer=type
51-
* --indent-switches
52-
* --indent-cases
53-
* --indent-namespaces
54-
* --indent-preproc-block
55-
* --indent-col1-comments
56-
* --pad-oper
57-
* --unpad-paren
58-
* --add-brackets
59-
* --convert-tabs
60-
* --mode=c
47+
* [PLUS format](https://github.com/PlusToolkit/PlusLib/blob/master/.astylerc)

0 commit comments

Comments
 (0)