Skip to content

Add "in-place" and "check" options

Compare
Choose a tag to compare
@pappasam pappasam released this 19 Aug 02:36
  • --check: makes toml-sort usable as a linter. Will simply return non-zero status code if a file needs to be formatted. Now you can use this with pre-commit!
  • --in-place: from the command line, you can now format a toml file in-place.