-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JuliaFormatter config, reformat project #29
Conversation
(getindex.(coords, 1).∉first_coord[1]) | ||
] | ||
(getindex.(coords, 2) .∈ first_coord[2]) .&& (getindex.(coords, 1) .∉ first_coord[1]) | ||
] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like the old code better :(
seems like a JuliaFormatter bug that it removes indent on closing bracket.
Is there a better way to write this code? or I could disable formatting here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Created issue domluna/JuliaFormatter.jl#876
Added information for raster site assessment (not currently used). And updated formatting and clarity for other functions.
Update link formatting and change to 'zeros'/'ones'
Add format config file (same as ADRIA.jl)
Add Format workflow action.