Skip to content

Space added around macro keywords assignment even with whitespace_in_kwargs = false #492

Description

@matbesancon

Using the latest stable (0.18) with whitespace_in_kwargs = false

     elseif sense == MOI.FEASIBILITY_SENSE
-        @warn "FEASIBLITY_SENSE not supported by SCIP.jl" maxlog=1
+        @warn "FEASIBLITY_SENSE not supported by SCIP.jl" maxlog = 1
     end

The formatted should somehow detect that these are macro keywords and not assignments

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Fields

    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