summaryrefslogtreecommitdiff
path: root/tests/indent
AgeCommit message (Expand)Author
2022-05-15Don't expect any change on reindenting the whole unfinished-call.phpprzepompownia
2022-05-15unfinished-call.php: expect 0-column indentationprzepompownia
2022-05-15Remove unused XFAILprzepompownia
2022-05-15Change test expectationprzepompownia
2022-04-25indent(hcl): fix function callsMichael Hoffmann
2022-04-24indents(hcl): fix indentation queriesMichael Hoffmann
2022-04-18test(go): add cases for newlines de-indentationAkin Sowemimo
2022-04-06fix(indent/lua): wrong for nested tables due to branch on opening pairsJędrzej Boczar
2022-04-04indents(ecma): use auto indent on (ERROR)Stephan Seitz
2022-04-04Changed quotes to appease styluaDaniel Woznicki
2022-04-04Fixed incorrect Java indentation for method chainingDaniel Woznicki
2022-04-02chore: update formatting for stylua updateStephan Seitz
2022-03-29r(indents): fix brace_list alignmentPedro Castro
2022-03-19Combined closing.css and block.css test files into single open_block.cssDaniel Woznicki
2022-03-19Added fix for incorrect CSS indent after closing bracketDaniel 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-26fix(indent): ecma - parenthesized expression indentationMunif Tanjim
2022-02-26fix(indent): ecma - class method indentationMunif Tanjim
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
2022-02-15Gleam indentation testsConnor Lay (Clay)
2022-02-13tests: add failing test for incomplete argumentsStephan Seitz
2022-02-13indents(php): don't use aligned_indent for phpStephan Seitz
2022-02-06test(indent): fix typosMunif Tanjim
2022-02-06indents(lua): make ")" `@indent_endStephan Seitz
2022-02-06fix: Allow re-parsing in Python, XFAIL `\` indentation testStephan Seitz
2022-02-06tests(indent): also test creating new line when still in insert modeStephan Seitz
2022-02-06tests: add test for #2086Stephan Seitz
2022-02-05tests: Add test for C folding issue #1568Stephan Seitz
2022-02-05tests: add indent test for graphql (#2459)Stephan Seitz
2022-02-05indents(lua): use `(comment) @auto`Stephan Seitz
2022-02-05Update lua/nvim-treesitter/indent.luaStephan Seitz
2022-02-05tests: only compare indents not contents in indent testsStephan Seitz
2022-02-05indents(r): fix all R testsStephan Seitz
2022-02-05indents(go): perform some changes as go fmt dictatesStephan Seitz
2022-02-05indents(go): add testsStephan Seitz
2022-02-05indents(php): add another testStephan Seitz
2022-02-05indents(python): remove branches.py from expected failuresStephan Seitz
2022-02-05fix(indents): re-parse before each indentStephan Seitz
2022-02-05indents(c): add zero_indent for #ifStephan Seitz
2022-02-05indents(c): fix indentation on block commentStephan Seitz
2022-02-05indents: refactor hanging indentStephan Seitz
2022-02-05indents: allow aligned_indent for unfinished calls in C and PythonStephan Seitz
2022-02-05indents(cpp): indent at field_initializer_listStephan Seitz