Skip to content

Indentation after import Base: + #224

@YueRen

Description

@YueRen

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions