mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-19 13:03:36 +00:00
[ios] Disable clang-format temporary
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
This commit is contained in:
@@ -9,8 +9,8 @@ XARGS_COMMAND='xargs -n1 -0 -P0 clang-format -i'
|
||||
find android/{app,sdk}/src -type f -name '*.java' -print0 | $XARGS_COMMAND
|
||||
find android/sdk/src/main/cpp -type f -name '*.[hc]pp' -print0 | $XARGS_COMMAND
|
||||
|
||||
# iOS
|
||||
find iphone -type f -name '*.[hc]pp' -o -name '*.[hm]' -o -name '*.mm' -print0 | $XARGS_COMMAND
|
||||
# TODO: iOS
|
||||
# find iphone -type f -name '*.[hc]pp' -o -name '*.[hm]' -o -name '*.mm' -print0 | $XARGS_COMMAND
|
||||
|
||||
# Core/C++
|
||||
find dev_sandbox generator libs qt tools -type f -name '*.[hc]pp' -print0 | $XARGS_COMMAND
|
||||
|
||||
Reference in New Issue
Block a user