Indentation mode for julia
if I enter
function aaa(x)
y = x+5
end
in a new file with .jl
extension and try to write anything below line y = x+5
every space indents the whole line to the next level.
This makes me always disable the indentation mode for julia files (which is a pitty).