Skip to content

Make it clear that there must be a space between class declaration and curly braces #85

@panbingkun

Description

@panbingkun

add follow message to section "Spacing and Indentation"
make it clear that there must be a space between class declaration and curly braces

  • Put one space between class declaration and curly braces.
    // Correct:
    class Person {
      // some code
    }
    
    // Wrong: omit spaces before curly braces
    class Person{
      // some code
    }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions