We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94a735b commit ec1b27aCopy full SHA for ec1b27a
utils/win-apply-clang-format.bat
@@ -53,9 +53,6 @@ call:searchInReplaced %FINDANDREPLACE% --dir "%1" --useRegEx --find "\t" --repla
53
echo Remove trailing spaces
54
call:searchInReplaced %FINDANDREPLACE% --dir "%1" --useRegEx --useEscapeChars --find " +%EOL%" --replace "%EOL%"
55
56
-echo Remove DEVELOPERS
57
-call:searchInReplaced %FINDANDREPLACE% --dir "%1" --useRegEx --find ".*DEVELOPERS.*(%EOL%.*\w.*)*%EOL%(.*)" --replace "$2"
58
-
59
echo Remove inline from class methods
60
call:searchInReplaced %FINDANDREPLACE% --dir "%1" --useRegEx --find "^(class(.*%EOL%)*)( +)inline +((.*%EOL%)*})" --replace "$1$3$4"
61
0 commit comments