mirror of
https://github.com/FeralInteractive/gamemode.git
synced 2025-06-06 07:37:21 +02:00
Exclude submodules from the format suggestion
This commit is contained in:
parent
b370369d80
commit
3ac1b681c4
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user