Skip to content

Commit

Permalink
chore: run the formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
ppvan committed Mar 19, 2024
1 parent 593d958 commit 2d5add6
Show file tree
Hide file tree
Showing 53 changed files with 4,004 additions and 3,544 deletions.
6 changes: 0 additions & 6 deletions meson.options

This file was deleted.

7 changes: 7 additions & 0 deletions script/formater.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/usr/bin/bash
# git diff --name-only --diff-filter=ACM

for i in $(git diff --name-only --diff-filter=ACM|grep .vala$);
do
uncrustify -l VALA -c uncrustify.cfg --replace --no-backup $i;
done
Loading

0 comments on commit 2d5add6

Please sign in to comment.