mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-07-09 10:35:21 +02:00
Rolled back PFD
This commit is contained in:
@ -17,6 +17,7 @@ while read -r CPP_FILE_PATH; do
|
||||
if [[ "$CPP_FILE_PATH" == "./source_modules/sddc_source/src/libsddc"* ]]; then continue; fi
|
||||
|
||||
if [ "$CPP_FILE_PATH" = ./core/src/json.hpp ]; then continue; fi
|
||||
if [ "$CPP_FILE_PATH" = ./core/src/gui/file_dialogs.h ]; then continue; fi
|
||||
|
||||
echo Formatting $CPP_FILE_PATH
|
||||
clang-format --style=file -i $CPP_FILE_PATH
|
||||
|
Reference in New Issue
Block a user