Explorar o código

Exclude submodules from the format suggestion

Marc Di Luzio %!s(int64=6) %!d(string=hai) anos
pai
achega
3ac1b681c4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -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