Skip to content

Commit

Permalink
Makefile format to 160 lines
Browse files Browse the repository at this point in the history
  • Loading branch information
l7ssha committed Oct 26, 2024
1 parent 724de82 commit 9381548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ help:
@fgrep -h "##" $(MAKEFILE_LIST) | sed -e 's/\(\:.*\#\#\)/\:\ /' | fgrep -v fgrep | sed -e 's/\\$$//' | sed -e 's/##//'

format: ## Run dart format
dart format -l120 .
dart format -l160 .

fix: ## Run dart fix
dart fix --apply
Expand Down

0 comments on commit 9381548

Please sign in to comment.