Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | rust: Indent multi line call expressions one level deeper | Blaž Hrastnik | 2021-07-26 |
| | |||
* | Improve rust indentation queries | Blaž Hrastnik | 2021-07-26 |
| | | | | | if/if let are already handled by block, and keeping these scopes would indent else blocks one level too far. | ||
* | Adjust rust indents | Blaž Hrastnik | 2021-05-30 |
| | |||
* | Hacky way to specify indent scopes per language via toml configs. | Blaž Hrastnik | 2021-05-14 |
Can't do it via a scm query nicely because it returns an iterator over all the matches, whereas we want to traverse the tree ourselves. Can't extract the pattern data from a parsed query either. Oh well, toml files for now. |