go-vikunja / app

MIT License
250 stars 23 forks source link

Dart Format #71

Closed denysvitali closed 5 months ago

denysvitali commented 5 months ago

Since most of my PRs look like a lot has changed (because this project doesn't follow the idiomatic Dart format), this PR is the result of running:

dart format .

From this PR forward, all the changes should be in the idiomatic Dart format - so that the changes won't end up looking like a huge mess.

kolaente commented 5 months ago

We should merge this first and then the other PRs.

What do you think about adding this as a pipeline step as well, so that it will run every time a commit or PR is made?

denysvitali commented 5 months ago

Sure thing. Let me do that!

This is indeed the first PR that needs to be merged - otherwise you'll see in the other PRs (unless you check commit by commit) huge, unrelated changes

denysvitali commented 5 months ago

Done: https://github.com/denysvitali/vikunja_app/actions/runs/8571106841/job/23490610828