rules.LeftCurly.md Maven / Gradle / Ivy
Checks that the left curly brace ('{') is placed at the end of the line. Does not check enums.
Valid:
````
class Foo {
}
````
Invalid:
````
class Bar
{
}
````
© 2015 - 2024 Weber Informatics LLC | Privacy Policy