macisamuele / language-formatters-pre-commit-hooks

Collection of custom pre-commit hooks.
Apache License 2.0
115 stars 58 forks source link

Allow trailing comma in TOML #152

Closed Avasam closed 1 year ago

Avasam commented 1 year ago

Could trailing commas for TOML be configurable? I'd rather keep them (in fact, enforce them). Trailing commas lead to better git diff.

maresb commented 1 year ago

I created PR #160 to address this.