nvim-treesitter/tests/indent/java
2022-03-01 21:12:14 +01:00
..
class_with_annotation.java Fixed a bug where indentation was not correct for class/enum bodies that had an annotation 2022-02-25 08:03:43 +01:00
enum.java Fixed a bug where Java enum body indentation was not correct 2022-02-25 08:03:43 +01:00
enum_with_annotation.java Fixed a bug where indentation was not correct for class/enum bodies that had an annotation 2022-02-25 08:03:43 +01:00
interface.java Added fix for Java interfaces not being indented properly 2022-03-01 21:12:14 +01:00
issue_2571.java Added fix for incorrect Java indentation after a closing "}" in a method declaration 2022-02-25 00:58:59 +01:00
javadoc.java Modified Java indent rules to stop ignoring block comments because javadoc blocks were defaulting to indent 0 2022-03-01 21:12:14 +01:00
method.java Added fix for incorrect Java indentation after a closing "}" in a method declaration 2022-02-25 00:58:59 +01:00