nvim-treesitter/tests/indent/java/annotation.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

3 lines
67 B
Java

abstract public @interface Foo {
abstract public String Bar();
}