mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-04 23:39:07 +07:00
11 lines
154 B
Java
11 lines
154 B
Java
// "Replace tabs with spaces (1 tab = 4 spaces)" "false"
|
|
|
|
class Foo {
|
|
void test() {
|
|
String colors = """
|
|
red
|
|
<caret> green
|
|
blue""";
|
|
|
|
}
|
|
} |