Skip to content

Conflict between prettier and standard-formatter? #12

Open
@levity

Description

I've noticed that prettier and standard disagree on at least one rule, about putting a space before the parentheses in a function declaration:

// prettier
function foo() {
}

// standard
function foo () {
}

How does this tool resolve the conflict?

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions