Skip to content

Commit

Permalink
uncrustify -> clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
artfwo committed Apr 28, 2020
1 parent 281097a commit f2ad553
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 20 deletions.
4 changes: 4 additions & 0 deletions clang-format.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash
# run this from top-level norns directory before committing...
find ws-wrapper/src -regex .*[\.][ch] | xargs clang-format -i
find matron/src -regex .*[\.][ch] | xargs clang-format -i
16 changes: 0 additions & 16 deletions uncrustify.cfg

This file was deleted.

4 changes: 0 additions & 4 deletions uncrustify.sh

This file was deleted.

0 comments on commit f2ad553

Please sign in to comment.