Skip to content

x/tools/gopls: bad formatting with CRLF line ending #41057

@stamblerre

Description

@stamblerre

Seems that this issue has come back - we need a proper way to test this.

Before:

package main

/*
Gronk description
*/
func Gronk() {
    d.New()
}

After:

package main

/*
Gronk description
*/
*/
func Gronk() {
    d.New()
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    FrozenDueToAgeToolsThis label describes issues relating to any tools in the x/tools repository.goplsIssues related to the Go language server, gopls.

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions