| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add Python else elif dedent (#4618) | Pham Huy Hoang | 2023-04-29 | 1 | -0/+3 |
| | | | | | | | | * feat(python): add interactive else/elif dedent * fixup * add test | ||||
| * | feat(python): add break/continue dedent | Pham Huy Hoang | 2023-03-25 | 1 | -0/+9 |
| | | |||||
| * | feat(python): add match-case indents | Pham Huy Hoang | 2023-03-25 | 1 | -0/+15 |
| | | |||||
| * | refactor(indent)!: Rework indent, aligned indent | George Harker | 2023-03-24 | 10 | -2/+76 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | indents now use @indent.X style captures, and indent.PROP for properties to set on those captures, as documented in the help. Captures are: indent.auto indent.begin indent.end indent.dedent indent.branch indent.ignore indent.align indent.zero Properties are: indent.immediate indent.start_at_same_line indent.open_delimiter indent.close_delimiter indent.increment indent.avoid_last_matching_next Multiple opening delims on one line and multiple closing on a line are collapsed so as not to over indent, The final line of @indent.align blocks which must in some cases be treated specially to avoid clashing with the next line is treated the same regardless of whether the @indent.align capture actually uses aligned indentation or just normal indentation. The indent.avoid_last_matching_next property controls this. Adjust python to use these. List, set, dict and tuple all use @indent.align which permits both hanging and aligned styles. Finally, try: on it’s own will indent when typing live but make no guaranteeds about whole-file formatting. Includes lucario387:fix-align-indent | ||||
| * | feat(python): add "return" patterns to @indent_end | Pham Huy Hoang | 2023-03-16 | 1 | -0/+16 |
| | | | | | | | `return ...` is usually the last line of a function/statement, so mark some possible patterns of `return` with `@indent_end` to dedent the line after it | ||||
| * | fix(python): add missing @indent_end | Pham Huy Hoang | 2023-03-16 | 1 | -0/+65 |
| | | |||||
| * | fix: change folding algorithm to fix Python indents | George Harker | 2023-03-15 | 1 | -0/+8 |
| | | |||||
| * | indents(python): remove branches.py from expected failures | Stephan Seitz | 2022-02-05 | 1 | -1/+1 |
| | | | | | | The previous indentation actually causes a linter warning when using pep8 | ||||
| * | indents: allow aligned_indent for unfinished calls in C and Python | Stephan Seitz | 2022-02-05 | 1 | -0/+3 |
| | | |||||
| * | feat(indent): support `@aligned_indent` for python | Munif Tanjim | 2022-01-21 | 1 | -1/+5 |
| | | |||||
| * | move all tests to top-level tests/ directory | Jędrzej Boczar | 2021-04-23 | 10 | -0/+194 |
