| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Changed quotes to appease stylua | Daniel Woznicki | 2022-04-04 | 1 | -1/+1 |
| | | |||||
| * | Fixed incorrect Java indentation for method chaining | Daniel Woznicki | 2022-04-04 | 1 | -0/+1 |
| | | |||||
| * | Added test for known indent failure when tree is in broken state | Daniel Woznicki | 2022-03-01 | 1 | -2/+7 |
| | | |||||
| * | Made block comment indent @auto so that new lines line up nicely with ↵ | Daniel Woznicki | 2022-03-01 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | existing comment block Previous indentation: /** * */ New indentation: /** * */ | ||||
| * | Added test case for broken trees, plus partial test coverage | Daniel Woznicki | 2022-03-01 | 1 | -0/+2 |
| | | |||||
| * | Modified Java indent rules to stop ignoring block comments because javadoc ↵ | Daniel Woznicki | 2022-03-01 | 1 | -0/+1 |
| | | | | | blocks were defaulting to indent 0 | ||||
| * | Added fix for Java interfaces not being indented properly | Daniel Woznicki | 2022-03-01 | 1 | -0/+1 |
| | | |||||
| * | Fixed a bug where indentation was not correct for class/enum bodies that had ↵ | Daniel Woznicki | 2022-02-25 | 1 | -0/+2 |
| | | | | | an annotation | ||||
| * | Fixed a bug where Java enum body indentation was not correct | Daniel Woznicki | 2022-02-25 | 1 | -0/+1 |
| | | | | | Added test for Java enum indentation | ||||
| * | Removed newline causing sylua lint check to fail | Daniel Woznicki | 2022-02-25 | 1 | -1/+0 |
| | | |||||
| * | Added fix for incorrect Java indentation after a closing "}" in a method ↵ | Daniel Woznicki | 2022-02-25 | 1 | -0/+23 |
| declaration Added tests for Java indentation, including one for issue 2571 | |||||
