index
:
nvim-treesitter.git
master
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
indent
/
java_spec.lua
Age
Commit message (
Expand
)
Author
2022-04-04
Changed quotes to appease stylua
Daniel Woznicki
2022-04-04
Fixed incorrect Java indentation for method chaining
Daniel Woznicki
2022-03-01
Added test for known indent failure when tree is in broken state
Daniel Woznicki
2022-03-01
Made block comment indent @auto so that new lines line up nicely with existin...
Daniel Woznicki
2022-03-01
Added test case for broken trees, plus partial test coverage
Daniel Woznicki
2022-03-01
Modified Java indent rules to stop ignoring block comments because javadoc bl...
Daniel Woznicki
2022-03-01
Added fix for Java interfaces not being indented properly
Daniel Woznicki
2022-02-25
Fixed a bug where indentation was not correct for class/enum bodies that had ...
Daniel Woznicki
2022-02-25
Fixed a bug where Java enum body indentation was not correct
Daniel Woznicki
2022-02-25
Removed newline causing sylua lint check to fail
Daniel Woznicki
2022-02-25
Added fix for incorrect Java indentation after a closing "}" in a method decl...
Daniel Woznicki