mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
Made block comment indent @auto so that new lines line up nicely with existing comment block
Previous indentation:
/**
*
*/
New indentation:
/**
*
*/
This commit is contained in:
parent
9f78c9f0ad
commit
3d6f2637a2
3 changed files with 6 additions and 3 deletions
|
|
@ -1,5 +1,5 @@
|
|||
public class Foo {
|
||||
/**
|
||||
*/
|
||||
*/
|
||||
void foo() {}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue