gotools/gopls/internal/test/integration/misc/formatting_test.go

const unformattedProgram

func TestFormatting(t *testing.T) {}

// Tests golang/go#36824.
func TestFormattingOneLine36824(t *testing.T) {}

// Tests golang/go#36824.
func TestFormattingOneLineImports36824(t *testing.T) {}

func TestFormattingOneLineRmImports36824(t *testing.T) {}

const disorganizedProgram

func TestOrganizeImports(t *testing.T) {}

func TestFormattingOnSave(t *testing.T) {}

// Tests various possibilities for comments in files with CRLF line endings.
// Import organization in these files has historically been a source of bugs.
func TestCRLFLineEndings(t *testing.T) {}

func TestFormattingOfGeneratedFile_Issue49555(t *testing.T) {}

func TestGofumptFormatting(t *testing.T) {}

func TestGofumpt_Issue61692(t *testing.T) {}