mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 19:46:58 -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
6
tests/indent/java/issue_2571.java
Normal file
6
tests/indent/java/issue_2571.java
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
// https://github.com/nvim-treesitter/nvim-treesitter/issues/2571
|
||||
class Testo {
|
||||
void foo() {
|
||||
System.out.println("foo");
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue