nvim-treesitter/tests/indent/rust
ganhaque 1b050206e4
fix(rust): indentation in multi-line tuple pattern (#6402)
* fix(rust): indentation in multi-line tuple pattern

* test(indent): rust - add test for tuple pattern indent
2024-04-04 15:12:31 +00:00
..
array.rs move all tests to top-level tests/ directory 2021-04-23 21:21:38 +02:00
comment.rs test(indent): rust - add test for indented comment 2022-01-21 16:40:36 +01:00
cond.rs move all tests to top-level tests/ directory 2021-04-23 21:21:38 +02:00
enum.rs move all tests to top-level tests/ directory 2021-04-23 21:21:38 +02:00
func.rs move all tests to top-level tests/ directory 2021-04-23 21:21:38 +02:00
if_let_cond.rs fix(rust): remove if_let from indent captures 2022-07-08 00:27:51 +02:00
impl.rs move all tests to top-level tests/ directory 2021-04-23 21:21:38 +02:00
loop.rs move all tests to top-level tests/ directory 2021-04-23 21:21:38 +02:00
macro.rs feat: rewrite indent module 2022-01-21 10:51:51 +01:00
match.rs move all tests to top-level tests/ directory 2021-04-23 21:21:38 +02:00
mod.rs move all tests to top-level tests/ directory 2021-04-23 21:21:38 +02:00
string.rs move all tests to top-level tests/ directory 2021-04-23 21:21:38 +02:00
struct.rs move all tests to top-level tests/ directory 2021-04-23 21:21:38 +02:00
trait.rs move all tests to top-level tests/ directory 2021-04-23 21:21:38 +02:00
tuple.rs fix(rust): indentation in multi-line tuple pattern (#6402) 2024-04-04 15:12:31 +00:00
where.rs move all tests to top-level tests/ directory 2021-04-23 21:21:38 +02:00