nvim-treesitter/tests/indent/java
Pham Huy Hoang 1281601cb4
feat: add indents for annotation defs (#4828)
- Add indent for `@interface` and `@Annotation(...)`
- Add notes for indent queries
2023-06-04 13:28:41 +09:00
..
annotation.java feat: add indents for annotation defs (#4828) 2023-06-04 13:28:41 +09:00
annotation_2.java feat: add indents for annotation defs (#4828) 2023-06-04 13:28:41 +09: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
constructor_with_arguments_on_multiple_lines.java fix: Java indent for multiple line arguments (#4449) 2023-03-06 18:10:31 -05: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
method_chaining.java Fixed incorrect Java indentation for method chaining 2022-04-04 06:58:26 +02:00
method_with_arguments_on_multiple_lines.java fix: Java indent for multiple line arguments (#4449) 2023-03-06 18:10:31 -05:00