aboutsummaryrefslogtreecommitdiffstats
path: root/tests/indent/java_spec.lua
Commit message (Expand)AuthorAgeFilesLines
* tests(gleam): fix assert tests that no longer parse correctlyChristian Clason2025-05-121-1/+1
* feat!: drop modules, general refactor and cleanupChristian Clason2025-05-121-23/+29
* feat: add indents for annotation defs (#4828)Pham Huy Hoang2023-06-041-0/+2
* fix: Java indent for multiple line arguments (#4449)Daniel Woznicki2023-03-061-0/+2
* Changed quotes to appease styluaDaniel Woznicki2022-04-041-1/+1
* Fixed incorrect Java indentation for method chainingDaniel Woznicki2022-04-041-0/+1
* Added test for known indent failure when tree is in broken stateDaniel Woznicki2022-03-011-2/+7
* Made block comment indent @auto so that new lines line up nicely with existin...Daniel Woznicki2022-03-011-1/+1
* Added test case for broken trees, plus partial test coverageDaniel Woznicki2022-03-011-0/+2
* Modified Java indent rules to stop ignoring block comments because javadoc bl...Daniel Woznicki2022-03-011-0/+1
* Added fix for Java interfaces not being indented properlyDaniel Woznicki2022-03-011-0/+1
* Fixed a bug where indentation was not correct for class/enum bodies that had ...Daniel Woznicki2022-02-251-0/+2
* Fixed a bug where Java enum body indentation was not correctDaniel Woznicki2022-02-251-0/+1
* Removed newline causing sylua lint check to failDaniel Woznicki2022-02-251-1/+0
* Added fix for incorrect Java indentation after a closing "}" in a method decl...Daniel Woznicki2022-02-251-0/+23