Team info
All meeting notes
Team attendees: @jfly, @MattSturgeon
Non-team attendees: @ashwinmathi
Agenda & Notes
- Discussed GitHub · Where software is built
- Closed as intended.
- Discussed Reduce indentation in parentheses-wrapped functions · Issue #375 · NixOS/nixfmt · GitHub
- The example given uses short destructured function args (AKA set pattern args), which itself stays on a single-line:
{ bar }: - We agree that single-line destructured args could be attached to the enclosing parentheses and function body, without additional indentation; similar to how functions with “non-destructured” args are formatted.
- De-structured args that don’t fit on a single-line would still result in forced indentation.
- @jfly left a comment to this effect, we’re open to reviewing a PR!
- The example given uses short destructured function args (AKA set pattern args), which itself stays on a single-line:
- Discussed treefmt stdin spec and a related nixfmt issue: `nixfmt` without args waits indefinetely for stdin · Issue #301 · NixOS/nixfmt · GitHub
- @ashwinmathi plans to open a PR implementing
-to indicate stdin. - This will resolve #301 independently of the treefmt spec.
- @ashwinmathi plans to open a PR implementing