From 3ac1b681c4c5ed5053fa4fcbc4af6132dce8fcc3 Mon Sep 17 00:00:00 2001 From: Marc Di Luzio Date: Wed, 25 Apr 2018 10:50:10 +0100 Subject: [PATCH] Exclude submodules from the format suggestion --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ef26113..5ee85d0 100644 --- a/README.md +++ b/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