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
Currently, code formatting is done manually using DocumentFormat.jl, which is error-prone and not restrictive enough. However, it appears that there is no clear solution to code formatting with Julia and this issue should bundle ideas for improvement.
Initial goals that come to my mind are:
Formatting should be configurable, restrictive and preferably automatic
Formatting checks should be performed locally and on CI
Automatically check code formatting and run all tests before every commit
The text was updated successfully, but these errors were encountered:
Currently, code formatting is done manually using DocumentFormat.jl, which is error-prone and not restrictive enough. However, it appears that there is no clear solution to code formatting with Julia and this issue should bundle ideas for improvement.
Initial goals that come to my mind are:
The text was updated successfully, but these errors were encountered: