5 lines
84 B
Makefile
5 lines
84 B
Makefile
format:
|
|
dart format $$(find . -type f -name '*.dart')
|
|
fix:
|
|
dart fix ./lib --apply
|