google / google/google-java-format
Either require semicolons at the end of enum declarations, or don't
Ouverte
non-whitespace
- Langage dominant
- Java
- Étoiles
- 6.2k
- Forks
- 937
- Merge moyen
- 6 min
- PR mergées (30 j)
- 3
Description
Currently, gjf accepts either:
```java
enum Foo {
BAR,
BAZ;
}
```
or:
```java
enum Foo {
BAR,
BAZ
}
```
I had a code reviewer tell me to remove the semicolon. I really do not care one way or another, but I would rather not have to discuss it during code reviews. This is exactly what gjf is for, so it'd be nice to take a stand one way or the other.
Guide de contribution
Ouvrir le guide de contribution
Évaluation
Cette issue n'a pas encore été évaluée.