Input: ```nix { foo # bar , baz # qux }: null ``` After one formatting: ```nix { foo # bar , baz, # qux }: null ``` After another: ```nix { foo, # bar baz, # qux }: null ``` Note that #217 is needed to not have infinite recursion when using `--verify` with this. Ping @piegamesde
Input:
After one formatting:
After another:
Note that #217 is needed to not have infinite recursion when using
--verifywith this.Ping @piegamesde