diff options
| author | Theodor Thornhill | 2023-02-05 08:24:14 +0100 |
|---|---|---|
| committer | Theodor Thornhill | 2023-02-06 07:43:37 +0100 |
| commit | c3262216abbb9ea04e1d3af25df1f9743efd1513 (patch) | |
| tree | 2169d893af86794ca5855d4b18ef108867e06949 /java | |
| parent | 79ab62e0bb5d6185a358a2473c65b6461ea97793 (diff) | |
| download | emacs-c3262216abbb9ea04e1d3af25df1f9743efd1513.tar.gz emacs-c3262216abbb9ea04e1d3af25df1f9743efd1513.zip | |
Add array_initializer to java-ts-mode
Indent strings inside arrray_initializer one step:
public class Java {
void foo() {
return new String[]{
"foo", // These
"bar"
}
}
}
* lisp/progmodes/java-ts-mode.el (java-ts-mode--indent-rules): New
matcher.
Diffstat (limited to 'java')
0 files changed, 0 insertions, 0 deletions