10 lines
359 B
Bash
Executable File
10 lines
359 B
Bash
Executable File
#!/bin/bash
|
|
|
|
shopt -s globstar
|
|
|
|
GLOBIGNORE='**/XPLM/**:XPLM/**:**/XPLM:**/ixwebsocket/**:ixwebsocket/**:**/ixwebsocket:**/nlohmann/**:nlohmann/**:**/nlohmann:**/XPSDK/**:XPSDK/**:**/XPSDK:**/build*/**:build*/**:**/build*:**/openSSL/**:openSSL/**:**/openSSL'
|
|
|
|
clang-format -verbose -i **/*.cpp
|
|
clang-format -verbose -i **/*.h
|
|
clang-format -verbose -i **/*.hpp
|