You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.
I recently saw some discussion of the JuliaFormatter package and how effective it can be in providing a consistent style. Invenia, the company that developed this for their internal use, provides a style called BlueStyle which works fine from my point of view.
I don't have strong opinions on the details of a style as long as it is applied consistently.
So I would propose running the two lines
using JuliaFormatter
format(".", BlueStyle())
before a commit.
The text was updated successfully, but these errors were encountered:
Fine with me.
I did not try it yet, but it looks like it formats all files in a directory at once. That means it does not mess with Pluto notebook format?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I recently saw some discussion of the JuliaFormatter package and how effective it can be in providing a consistent style. Invenia, the company that developed this for their internal use, provides a style called BlueStyle which works fine from my point of view.
I don't have strong opinions on the details of a style as long as it is applied consistently.
So I would propose running the two lines
before a commit.
The text was updated successfully, but these errors were encountered: