Files
openide/java/java-tests/testData/inspection/longLine/LongLine.java
Bas Leijdekkersandintellij-monorepo-bot 8cc284bb43 Count tabs as configured amount of spaces (IDEA-244721)
for "Line is longer than allowed by code style" inspection

GitOrigin-RevId: dd0f643000ac252d54cde1084947a4744fa6c203
2023-11-14 15:07:25 +00:00

7 lines
263 B
Java

class A {
void meeeeeeeeeeeeeeeeeeeeeeeeetttttttttttttttttttttttthhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhoooooooooooooooddd<warning descr="Line is longer than allowed by code style (> 120 columns)">ddd() {</warning>
//previous line is very long
}
}