8000 `fish_indent` - Don't force single-command variables to be on the same line · Issue #7955 · fish-shell/fish-shell · GitHub
[go: up one dir, main page]

Skip to content

fish_indent - Don't force single-command variables to be on the same line #7955

@IlanCosman

Description

@IlanCosman

This:

function foo
    first_long_variable=something \
    second_long_variable=something_else \
    echo $first_long_variable $second_long_variable
end

is obviously nicer than this:

function foo
    first_long_variable=something second_long_variable=something_else echo $first_long_variable $second_long_variable
end

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0