소스 검색

Exclude submodules from the format suggestion

Marc Di Luzio 6 년 전
부모
커밋
3ac1b681c4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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