You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 18, 2023. It is now read-only.
Braces for classes are set on a new line rather than inline like other braces. This bug was experienced through Enigma. An example of what I am describing can be seen below.
publicclassFooBar
{
publicvoidfoobar() {
if (Baz.condition()) {
for (inti = 0; i < 10; ++i) {
}
}
}
}
The text was updated successfully, but these errors were encountered:
I think this would be considered an Enigma issue -- the brace style is configurable through JavaFormattingOptions. This is the default but maybe Enigma should change the setting?
Braces for classes are set on a new line rather than inline like other braces. This bug was experienced through Enigma. An example of what I am describing can be seen below.
The text was updated successfully, but these errors were encountered: