Skip to content

Formatting of functions using => instead of return #359

Description

@nordlow

Can we have sdfmt format

struct S {
	int ________________________________________________________(int x) => x + 1;
}

as

struct S {
	int ________________________________________________________(int x)
	    => x + 1;
}

instead of current

struct S {
	int ________________________________________________________(int x) =>
	x + 1;
}

.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions