Rolled back PFD

This commit is contained in:
AlexandreRouma 2021-12-19 22:18:35 +01:00
parent b736f83993
commit ad2ddc6ad3
3 changed files with 1347 additions and 1284 deletions

View File

@ -14,6 +14,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 Checking $CPP_FILE_PATH
clang-format --style=file -i -n -Werror $CPP_FILE_PATH

File diff suppressed because it is too large Load Diff

View File

@ -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