You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reference/contributing/guidelines/style.md
+8-7Lines changed: 8 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Style
2
2
3
-
The Arm Mbed OS codebase is hosted on GitHub, and you can submit new features or bug fixes. Please follow the [guidelines for GitHub pull requests](#guidelines-for-github-pull-requests) and the [coding style guide](#coding-style) in your submissions.
3
+
The Arm Mbed OS codebase is hosted on GitHub, and you can submit new features or bug fixes. Please follow the [guidelines for GitHub pull requests](../contributing/workflow.html#guidelines-for-github-pull-requests) and the [coding style guide](#coding-style) in your submissions.
4
4
5
5
<spanclass="tips">**Tip:** Please also read the [workflow](../contributing/workflow.html) section for a review of the process and legal requirements.</span>
6
6
@@ -12,7 +12,7 @@ After the code has gone through automated testing, developers will take a look a
12
12
13
13
Whether you're writing new code or fixing bugs in existing code, please follow the Mbed OS coding style.
14
14
15
-
Mbed OS follows the [K&R style](https://en.wikipedia.org/wiki/Indent_style#K.26R_style), with at least two exceptions (which can be found in the list below the code sample).
15
+
Mbed OS follows the [K&R style](https://en.wikipedia.org/wiki/Indent_style#K.26R_style), with at least two exceptions (see [Rules](#rules)).
16
16
17
17
The only exception to this coding style involves third-party code. Third-party code should be added to the `.astyleignore` file located in the Mbed OS root directory.
18
18
@@ -22,7 +22,7 @@ You can use [Artistic Style (AStyle)](http://sourceforge.net/projects/astyle/fil
0 commit comments