mirror of
https://github.com/helix-editor/helix
synced 2026-08-08 03:34:14 +02:00
This will be used by the cargo indent-check xtask to validate queries, similar to the existing indent tests in helix-core.
11 lines
102 B
JSON
11 lines
102 B
JSON
{
|
|
name: "test",
|
|
nested: {
|
|
value: 1,
|
|
},
|
|
list: [
|
|
1,
|
|
2,
|
|
],
|
|
}
|