diff options
| author | Theodor Thornhill | 2023-01-28 19:51:08 +0100 |
|---|---|---|
| committer | Theodor Thornhill | 2023-01-28 19:51:08 +0100 |
| commit | 2bd0b9475384adfb4dd2cc794bbe1d8621546717 (patch) | |
| tree | 2d3ebff05acdd944ca6e17f1e61b3fbd14aac196 /java | |
| parent | 1de6ebf2878485a0ef6b778df7d6a14d5b22a01c (diff) | |
| download | emacs-2bd0b9475384adfb4dd2cc794bbe1d8621546717.tar.gz emacs-2bd0b9475384adfb4dd2cc794bbe1d8621546717.zip | |
Fix java class member without access modifier (bug#61115)
This
```
public class T {
@Autowired
String a;
}
```
Should be indented as:
```
public class T {
@Autowired
String a;
}
````
* lisp/progmodes/java-ts-mode.el (java-ts-mode--indent-rules): Add new
rule to match edge case of field_declaration indentation.
Diffstat (limited to 'java')
0 files changed, 0 insertions, 0 deletions