aboutsummaryrefslogtreecommitdiffstats
path: root/tests/indent/c_spec.lua
Commit message (Expand)AuthorAgeFilesLines
* feat!: drop modules, general refactor and cleanupChristian Clason2025-05-121-46/+51
* fix(c_indents): fix expression leaking indentsPham Huy Hoang2023-04-081-0/+16
* indents(c): update if casesPham Huy Hoang2023-01-141-0/+5
* indents(c): Refactor indent queriesPham Huy Hoang2023-01-141-3/+29
* tests: add test for #2086Stephan Seitz2022-02-061-0/+1
* tests: Add test for C folding issue #1568Stephan Seitz2022-02-051-0/+1
* fix(indents): re-parse before each indentStephan Seitz2022-02-051-1/+1
* indents(c): add zero_indent for #ifStephan Seitz2022-02-051-1/+1
* indents(c): fix indentation on block commentStephan Seitz2022-02-051-1/+0
* indents(c): fix ternaryStephan Seitz2022-02-051-2/+1
* fix(indent): c/cpp - support newline after closing braceMunif Tanjim2022-01-211-0/+2
* feat: rewrite indent moduleMunif Tanjim2022-01-211-10/+4
* Mark failing indent tests to add them to CIStephan Seitz2021-11-241-4/+18
* add compound_lit.c testleo602282021-08-011-0/+1
* Use stylua for autoformat code (#1480)Santos Gallegos2021-07-041-23/+23
* tests/indent: factor out most of the code into common.luaJędrzej Boczar2021-04-231-35/+21
* tests/indent: move common code out of main lua/ directoryJędrzej Boczar2021-04-231-2/+2
* tests/indent: move the run helper functions to top-levelJędrzej Boczar2021-04-231-7/+7
* move all tests to top-level tests/ directoryJędrzej Boczar2021-04-231-0/+49