summaryrefslogtreecommitdiff
path: root/tests/indent/java_spec.lua
AgeCommit message (Expand)Author
2022-04-04Changed quotes to appease styluaDaniel Woznicki
2022-04-04Fixed incorrect Java indentation for method chainingDaniel Woznicki
2022-03-01Added test for known indent failure when tree is in broken stateDaniel Woznicki
2022-03-01Made block comment indent @auto so that new lines line up nicely with existin...Daniel Woznicki
2022-03-01Added test case for broken trees, plus partial test coverageDaniel Woznicki
2022-03-01Modified Java indent rules to stop ignoring block comments because javadoc bl...Daniel Woznicki
2022-03-01Added fix for Java interfaces not being indented properlyDaniel Woznicki
2022-02-25Fixed a bug where indentation was not correct for class/enum bodies that had ...Daniel Woznicki
2022-02-25Fixed a bug where Java enum body indentation was not correctDaniel Woznicki
2022-02-25Removed newline causing sylua lint check to failDaniel Woznicki
2022-02-25Added fix for incorrect Java indentation after a closing "}" in a method decl...Daniel Woznicki