aboutsummaryrefslogtreecommitdiffstats
path: root/tests/indent
Commit message (Expand)AuthorAgeFilesLines
...
* indents(ecma): Fix switch default indentRaymond Ha2022-12-071-0/+8
* indents(r): support special operatorPedro Castro2022-11-292-0/+4
* fix(php): add indent for enumsgbprod2022-10-102-0/+5
* Fix php indent for short array declarationgbprod2022-10-062-0/+6
* indents(wgsl): add indents.scmStephan Seitz2022-09-282-0/+62
* ci: add test for #3382 (wrong JS array indent)Stephan Seitz2022-09-102-0/+6
* ci(indents): add known failure case for #3364Stephan Seitz2022-08-302-1/+8
* indents(go): no indent at all composite_literal, indent at struct_typeStephan Seitz2022-08-151-2/+10
* indens(go): fix issue 3288Stephan Seitz2022-08-151-0/+14
* fix(ruby): indent of brackets & parensZheng Piaodan2022-08-133-0/+16
* fix(ruby): indent parenthesized_statementsZheng Piaodan2022-08-132-0/+3
* Enable expandtabphynalle2022-08-081-1/+1
* Add zig tests for newlinephynalle2022-08-082-0/+32
* indents(go): improve `@branch` rulesStephan Seitz2022-08-052-0/+33
* chore: remove executable permissions on graphql spec file (#3206)Kiyan2022-07-221-0/+0
* fix(indents): indents for error block (css, lua) (#3207)Kiyan2022-07-214-7/+10
* fix: add more indentations for ruby (#3139)Eric Zheng (PiaoDan)2022-07-093-0/+17
* fix(rust): remove if_let from indent captureskiyan2022-07-082-0/+10
* fix(go): indent const declarationkiyan2022-07-082-4/+10
* fix(ecma): indent end for bracket (#3121)Kiyan2022-07-072-0/+4
* test(indents/yaml): add testsPhelipe Teles2022-06-143-0/+24
* test(tiger): import upstream testsBruno BELANYI2022-06-146-0/+228
* Don't expect any change on reindenting the whole unfinished-call.phpprzepompownia2022-05-151-3/+1
* unfinished-call.php: expect 0-column indentationprzepompownia2022-05-151-1/+1
* Remove unused XFAILprzepompownia2022-05-151-1/+0
* Change test expectationprzepompownia2022-05-151-1/+1
* indent(hcl): fix function callsMichael Hoffmann2022-04-252-0/+8
* indents(hcl): fix indentation queriesMichael Hoffmann2022-04-248-0/+71
* test(go): add cases for newlines de-indentationAkin Sowemimo2022-04-182-0/+12
* fix(indent/lua): wrong for nested tables due to branch on opening pairsJędrzej Boczar2022-04-062-0/+8
* indents(ecma): use auto indent on (ERROR)Stephan Seitz2022-04-042-0/+20
* Changed quotes to appease styluaDaniel Woznicki2022-04-041-1/+1
* Fixed incorrect Java indentation for method chainingDaniel Woznicki2022-04-042-0/+7
* chore: update formatting for stylua updateStephan Seitz2022-04-021-84/+66
* r(indents): fix brace_list alignmentPedro Castro2022-03-292-0/+7
* Combined closing.css and block.css test files into single open_block.cssDaniel Woznicki2022-03-193-3/+2
* Added fix for incorrect CSS indent after closing bracketDaniel Woznicki2022-03-194-0/+33
* 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-012-2/+2
* Added test case for broken trees, plus partial test coverageDaniel Woznicki2022-03-012-0/+8
* Modified Java indent rules to stop ignoring block comments because javadoc bl...Daniel Woznicki2022-03-012-0/+6
* Added fix for Java interfaces not being indented properlyDaniel Woznicki2022-03-012-0/+3
* fix(indent): ecma - parenthesized expression indentationMunif Tanjim2022-02-262-0/+20
* fix(indent): ecma - class method indentationMunif Tanjim2022-02-262-0/+34
* Fixed a bug where indentation was not correct for class/enum bodies that had ...Daniel Woznicki2022-02-253-0/+8
* Fixed a bug where Java enum body indentation was not correctDaniel Woznicki2022-02-252-0/+5
* 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-253-0/+31
* Gleam indentation testsConnor Lay (Clay)2022-02-1514-0/+226
* tests: add failing test for incomplete argumentsStephan Seitz2022-02-132-1/+11