aboutsummaryrefslogtreecommitdiff
path: root/runtime/queries/rust/indents.toml
Commit message (Collapse)AuthorAge
* rust: Indent multi line call expressions one level deeperBlaž Hrastnik2021-07-26
|
* Improve rust indentation queriesBlaž Hrastnik2021-07-26
| | | | | if/if let are already handled by block, and keeping these scopes would indent else blocks one level too far.
* Adjust rust indentsBlaž Hrastnik2021-05-30
|
* Hacky way to specify indent scopes per language via toml configs.Blaž Hrastnik2021-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.