Skip to content

Commit c14a19c

Browse files
committed
Style: add .astyleignore file
1 parent fc79387 commit c14a19c

File tree

1 file changed

+2
-0
lines changed
  • docs/reference/contributing/guidelines

1 file changed

+2
-0
lines changed

docs/reference/contributing/guidelines/style.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ Whether you're writing new code or fixing bugs in existing code, please follow t
1414

1515
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).
1616

17+
The only exception to this coding style are 3rd parties libraries. The 3rd party libraries should be added to the `..astyleignore` file located in the Mbed OS root directory.
18+
1719
##### Code sample
1820

1921
```c

0 commit comments

Comments
 (0)