Skip to content

Comment formatting issue #114

@tanzaku

Description

@tanzaku

input

/*+ IndexScan(t1 idx_t1)
    IndexScan(t2 idx_t2) */
SELECT;

expected

/*+
	IndexScan(t1 idx_t1)
	IndexScan(t2 idx_t2)
*/
SELECT;

actual

/*+
	IndexScan(t1 idx_t1)
	    IndexScan(t2 idx_t2)
*/
SELECT;

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions