aboutsummaryrefslogtreecommitdiffstats
path: root/java
diff options
context:
space:
mode:
authorTheodor Thornhill2023-01-28 19:51:08 +0100
committerTheodor Thornhill2023-01-28 19:51:08 +0100
commit2bd0b9475384adfb4dd2cc794bbe1d8621546717 (patch)
tree2d3ebff05acdd944ca6e17f1e61b3fbd14aac196 /java
parent1de6ebf2878485a0ef6b778df7d6a14d5b22a01c (diff)
downloademacs-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