Open
Description
Currently the indentation rule for M2-mode (which is the de factor standard M2 style) is like this:
f = x -> (
2 * x
)
More and more though, as people use VSCode or learn M2 after other languages, they expect something like:
f = x -> (
2 * x
)
I think we should discuss making this official in M2-mode so there isn't two different styles floating around.
Metadata
Metadata
Assignees
Labels
No labels