Skip to content

Commit

Permalink
add formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
rshewitt committed Apr 24, 2024
1 parent 55a8fe3 commit 81160df
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,8 @@ lint:

.PHONY: test
test:
rails test
rails test

# recursively finds all .rb files in the current dir and formats them using stree
format:
find . -type f -name "*.rb" | xargs -L1 stree write

0 comments on commit 81160df

Please sign in to comment.