Skip to content

Commit

Permalink
πŸ§‘β€πŸ’» Move Uncrustify config
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Aug 30, 2024
1 parent dabe374 commit 528a1ad
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildroot/bin/uncrust
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ TMPDIR=`mktemp -d`
HERE=`dirname "$0"`

# Reformat a single file to tmp/
if uncrustify -l CPP -c "$HERE/../share/extras/uncrustify.cfg" -f "$1" >$TMPDIR/uncrustify.out ; then
if uncrustify -l CPP -c "$HERE/../share/uncrustify/uncrustify.cfg" -f "$1" >$TMPDIR/uncrustify.out ; then
cp "$TMPDIR/uncrustify.out" "$1" ; # Replace the original file
else
echo "Something went wrong with uncrustify."
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 528a1ad

Please sign in to comment.