summaryrefslogtreecommitdiff
path: root/tests/indent
AgeCommit message (Collapse)Author
2022-10-10fix(php): add indent for enumsgbprod
2022-10-06Fix php indent for short array declarationgbprod
2022-09-28indents(wgsl): add indents.scmStephan Seitz
2022-09-10ci: add test for #3382 (wrong JS array indent)Stephan Seitz
2022-08-30ci(indents): add known failure case for #3364Stephan Seitz
2022-08-15indents(go): no indent at all composite_literal, indent at struct_typeStephan Seitz
2022-08-15indens(go): fix issue 3288Stephan Seitz
Fixes #3288
2022-08-13fix(ruby): indent of brackets & parensZheng Piaodan
2022-08-13fix(ruby): indent parenthesized_statementsZheng Piaodan
2022-08-08Enable expandtabphynalle
2022-08-08Add zig tests for newlinephynalle
2022-08-05indents(go): improve `@branch` rulesStephan Seitz
- Don't branch at `case` - Let `import_spec_list`/`var_declaration` behave like `const_declaration` Fixes #2166
2022-07-22chore: remove executable permissions on graphql spec file (#3206)Kiyan
2022-07-21fix(indents): indents for error block (css, lua) (#3207)Kiyan
2022-07-09fix: add more indentations for ruby (#3139)Eric Zheng (PiaoDan)
2022-07-08fix(rust): remove if_let from indent captureskiyan
fixes https://github.com/nvim-treesitter/nvim-treesitter/issues/3073
2022-07-08fix(go): indent const declarationkiyan
https://github.com/nvim-treesitter/nvim-treesitter/issues/3104
2022-07-07fix(ecma): indent end for bracket (#3121)Kiyan
2022-06-14test(indents/yaml): add testsPhelipe Teles
2022-06-14test(tiger): import upstream testsBruno BELANYI
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
This commit adds tests for hcl indentation and fixes various bugs
2022-04-18test(go): add cases for newlines de-indentationAkin Sowemimo
test(go): combine new indent test cases test(go): add incorrect indent after var closing ) this case does not work correctly already so add that in since this PR does not address that case test(go): set current lines in indent test test(go): simplify test case
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
Fixes #2515
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
Added a failing test for possible broken CSS syntax tree
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 ↵Daniel Woznicki
existing comment block Previous indentation: /** * */ New indentation: /** * */
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 ↵Daniel Woznicki
blocks were defaulting to indent 0
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
an annotation
2022-02-25Fixed a bug where Java enum body indentation was not correctDaniel Woznicki
Added test for Java enum indentation
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 ↵Daniel Woznicki
declaration Added tests for Java indentation, including one for issue 2571
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
Fixes #2497
2022-02-06test(indent): fix typosMunif Tanjim