mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-30 10:20:15 +07:00
AbstractJavaBlock: added formatting for java text blocks (IDEA-216737)
GitOrigin-RevId: 091cd09f3dac6b9d3dc130d5e2e65bee5fd88792
This commit is contained in:
committed by
intellij-monorepo-bot
parent
8b1b040a7a
commit
37137f76ac
@@ -1,8 +1,8 @@
|
||||
class C {
|
||||
String empty = """
|
||||
<html>
|
||||
<body>
|
||||
</body>
|
||||
</html>
|
||||
<html>
|
||||
<body>
|
||||
</body>
|
||||
</html>
|
||||
""";
|
||||
}
|
||||
Reference in New Issue
Block a user