nvim-treesitter/tests/indent/java
Daniel Woznicki 3d6f2637a2 Made block comment indent @auto so that new lines line up nicely with existing comment block
Previous indentation:
    /**
    *
    */

    New indentation:
    /**
     *
     */
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
issue_2583.java Added test case for broken trees, plus partial test coverage 2022-03-01 21:12:14 +01:00
javadoc.java Made block comment indent @auto so that new lines line up nicely with existing comment block 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