klaus31 / x-formatter

Format Java Code
The Unlicense
0 stars 0 forks source link

do support idiot switch statement #8

Open klaus31 opened 7 years ago

klaus31 commented 7 years ago

Should be formatted correctly:

        switch (getText()) {
            default:;
        }