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
Would it be possible to pick a code style for automatic formatting with JuliaFormatter and codify this choice in a .JuliaFormatter.toml file?
I believe it would improve the consistency of the code style, but, most importantly, make it easier for contributors to adhere to the same style (and, hence, improve their quality and cadence).
For example, whenever I want to contribute / experiment with changes, I have to disable my auto-formatting (as there is no .JuliaFormatter.toml file) and make all formatting changes manually. I'm certain people will often miss some style issues, so it will lead to repeated PR edits just to align the style.
The text was updated successfully, but these errors were encountered:
Would it be possible to pick a code style for automatic formatting with JuliaFormatter and codify this choice in a
.JuliaFormatter.toml
file?I believe it would improve the consistency of the code style, but, most importantly, make it easier for contributors to adhere to the same style (and, hence, improve their quality and cadence).
For example, whenever I want to contribute / experiment with changes, I have to disable my auto-formatting (as there is no .JuliaFormatter.toml file) and make all formatting changes manually. I'm certain people will often miss some style issues, so it will lead to repeated PR edits just to align the style.
The text was updated successfully, but these errors were encountered: