mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 15:27:45 +07:00
GitOrigin-RevId: f2b3042e93e5b9e94fc1b2ee1d7341dd9224d480
10 lines
168 B
Java
10 lines
168 B
Java
// "Indent text block with spaces only" "true"
|
|
|
|
class Foo {
|
|
void test() {
|
|
String colors = """
|
|
red
|
|
green
|
|
blue""";
|
|
}
|
|
} |