-
-
Notifications
You must be signed in to change notification settings - Fork 64
Open
Description
This is probably related to #155 (comment).
julia-mode
indents the lines after after import Base: +
(other arithmetic operators such as *
, -
, etc are also affected):
import Base: +
function Base.:(+)(foo::Bar)
# implementation here
end
import Base: *
function Base.:(*)(foo::Bar)
# implementation here
end
Metadata
Metadata
Assignees
Labels
No labels