mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
Added fix for incorrect Java indentation after a closing "}" in a method declaration
Added tests for Java indentation, including one for issue 2571
This commit is contained in:
parent
fb7a56548b
commit
b425a9c813
4 changed files with 36 additions and 0 deletions
2
tests/indent/java/method.java
Normal file
2
tests/indent/java/method.java
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
public class Method {
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue