Files
releases/v1
Johan Fylling 6682a18b12 format: Don't unwrap one-line rule body braces from single set term (#8972)
Before this fix, e.g., the rule:

```rego
p if { {false} }
```

would be formated to:

```rego
p if {false}
```

which changes the semantics from a rule body containing a single set
(`{false}`) to a rule body containing a single scalar value (`false`).

Signed-off-by: Johan Fylling <johan.dev@fylling.se>
2026-08-04 10:22:25 +02:00
..
2026-07-30 14:38:54 -05:00
2026-07-24 10:15:07 +02:00
2025-10-10 17:51:02 +02:00
2026-07-24 10:15:07 +02:00
2026-05-13 13:11:27 +02:00
2024-12-12 15:27:34 +01:00