might as well reformat all c code for readability
This commit is contained in:
parent
a39c54b2e8
commit
39a441b040
1 changed files with 2 additions and 0 deletions
|
@ -41,3 +41,5 @@ BUILD_SUFFIXES=" versionNameSuffix \"-${SUFFIX}\"\n versionName"
|
|||
ESCAPED_BUILD_SUFFIXES="$(echo "${BUILD_SUFFIXES}" | sed ':a;N;$!ba;s/\n/\\n/g' | sed 's/\$/\\$/g')"
|
||||
sed -i 's/ versionName/'"${ESCAPED_BUILD_SUFFIXES}"'/' app/build.gradle
|
||||
sed -i 's/Emu48-v$versionName/$applicationId-v$versionName$versionNameSuffix/' app/build.gradle
|
||||
|
||||
clang-format -i $(fd -e c -e h)
|
||||
|
|
Loading…
Reference in a new issue