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
I believe most of the code is following the Julia blue code style (we need to read this carefully). A re-check of the code to verify that this is true is needed,
This code style is the one used in the Julia Formatter as well, that should work with VSCode to do automatic reformatting. We should do this to each file, some parts of the code are prettier with the current format, in those cases we can add a comment to skip the formatting. At least doing it this way it is explicit that a code block is not in the format.
There are some files that I am sure that are not in Julia blue (CamelCase variable names) like:
I believe most of the code is following the Julia blue code style (we need to read this carefully). A re-check of the code to verify that this is true is needed,
This code style is the one used in the Julia Formatter as well, that should work with VSCode to do automatic reformatting. We should do this to each file, some parts of the code are prettier with the current format, in those cases we can add a comment to skip the formatting. At least doing it this way it is explicit that a code block is not in the format.
There are some files that I am sure that are not in Julia blue (CamelCase variable names) like:
https://github.com/cncastillo/KomaMRI.jl/blob/master/KomaMRICore/src/io/Pulseq.jl
The text was updated successfully, but these errors were encountered: