flutter_reactive_ble
flutter_reactive_ble copied to clipboard
ktlint -F
@remonh87
After running ktlint 0.50.0, the files in this PR were changed.
The formatting suggestions seem sensible to me, so I did not add a .editorconfig file.
@Taym95 / @werediver FYI - as preparation for further PRs. May be sensible to add a .github actions extension
Some new formatting changes with ktlint 1.1.1, checking again - pls do not merge
@Taym95 could try to merge this one again, please keep in mind:
- Doing this will likely break existing PRs that touch the Android codebase
- .editorconfig was adjusted to keep the refactoring somewhat at bay (line length & field renames), but this should be addressed eventually (and
.editorconfigremoved again). - the GitHub token could get write permissions (or a separate ktlint token), so that the GH action modifies the PR directly
@Taym95 could try to merge this one again, please keep in mind:
- Doing this will likely break existing PRs that touch the Android codebase
- .editorconfig was adjusted to keep the refactoring somewhat at bay (line length & field renames), but this should be addressed eventually (and
.editorconfigremoved again).- the GitHub token could get write permissions (or a separate ktlint token), so that the GH action modifies the PR directly
Yes sounds good, thanks!