Use line length of 100 for formatting

This commit is contained in:
Roland Geider
2021-06-22 22:37:33 +02:00
parent 857d0453cc
commit e311da4c12

View File

@@ -23,7 +23,7 @@ jobs:
run: flutter pub get
- name: Check for formatting issues (run "flutter format . ")
run: flutter format .
run: flutter format --line-length=100 .
- name: Push a commit with the changed files
continue-on-error: true