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

8 lines
91 B
Java

@ContextConfiguration(
classes = {
WireMockConfig.class,
}
)
public class Foo {
}