Open moustachio-belvedere opened 4 years ago
Adding some links here in case any others want to play around with this.
Link below seems like a pretty useful GitHub action which creates a PR for suggested formatting code changed automatically:
Though the most popular Julia formatter (by github stars) appears to be this one:
https://github.com/domluna/JuliaFormatter.jl
I'm also experimenting with this linter:
@moustachio-belvedere I like JuliaFormatter.jl. Could be useful, especially with the Vim plugin!
We may want to consider adding this Github linter action once Julia formatting becomes available, to increase the style consistency of the repo:
https://github.blog/2020-06-18-introducing-github-super-linter-one-linter-to-rule-them-all/
Could be part of the longer term plan to move docs building to Github actions.