This website requires JavaScript.
Explore
Help
Sign in
benbot
/
nvim-treesitter
Watch
1
Star
0
Fork
You've already forked nvim-treesitter
0
mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced
2026-07-02 11:36:54 -04:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
fe80f7c2bb
nvim-treesitter
/
tests
/
indent
/
java
/
javadoc.java
6 lines
49 B
Java
Raw
Normal View
History
Unescape
Escape
Modified Java indent rules to stop ignoring block comments because javadoc blocks were defaulting to indent 0
2022-02-28 14:22:20 -08:00
public
class
Foo
{
/
*
*
Made block comment indent @auto so that new lines line up nicely with existing comment block Previous indentation: /** * */ New indentation: /** * */
2022-02-28 16:31:11 -08:00
*
/
Modified Java indent rules to stop ignoring block comments because javadoc blocks were defaulting to indent 0
2022-02-28 14:22:20 -08:00
void
foo
(
)
{
}
}
Reference in a new issue
Copy permalink