Skip to content

Commit

Permalink
fix continues
Browse files Browse the repository at this point in the history
  • Loading branch information
sbryngelson committed Dec 29, 2023
1 parent 37ddb15 commit 3ae844b
Show file tree
Hide file tree
Showing 2 changed files with 429 additions and 429 deletions.
4 changes: 2 additions & 2 deletions mfc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,8 @@ elif [ "$1" == "format" ]; then

fprettify ${@:-src} --exclude "src/*/autogen" --recursive --silent \
--indent 4 --c-relations --enable-replacements --enable-decl \
--whitespace-comma 1 --whitespace-multdiv 1 --whitespace-plusminus 1 \
--case 1 1 1 1 --strict-indent
--whitespace-comma 0 --whitespace-multdiv 0 --whitespace-plusminus 1 \
--case 1 1 1 1 --strict-indent --line-length 1000
ret="$?"

if [ "$ret" != '0' ]; then
Expand Down
Loading

0 comments on commit 3ae844b

Please sign in to comment.