Exclude submodules from the format suggestion

This commit is contained in:
Marc Di Luzio
2018-04-25 10:50:10 +01:00
parent 3a5050b175
commit 03ee174fe6

View File

@@ -89,7 +89,7 @@ The file parsing uses [inih](https://github.com/benhoyt/inih).
### Pull Requests
Pull requests must match with the coding style found in the `.clang-format` file, please run this before commiting:
```
clang-format -i $(find . -name '*.[ch]')
clang-format -i $(find . -name '*.[ch]' -not -path "*subprojects/*")
```
### Planned Features