github typstyle-rs/typstyle v0.13.7

latest releases: v0.14.4, v0.14.3, v0.14.2...
11 months ago
  • Cli: typstyle now supports formatting dirs natively. You can use typstyle -i <dir> to format all files in the directory. Given that, typstyle format-all is deprecated and will be removed in the future.
  • Cli: typstyle now uses -l or --line-width instead of -c/--column to specify the line width. The -c/--column option is deprecated and will be removed in the future.
  • Cli: typstyle now uses --indent-width instead of --tab-width to specify the indent width. The --tab-width option is deprecated and will be removed in the future. However, -t is still available.
  • Feature: when --wrap-text is enabled, typstyle will now keep the line breaks after backslashes in markup. Previously, it is not treated specially.
  • Feature: typstyle now keep spaces around fractions in math equations. Previously, it always added a space before and after the fraction.

Don't miss a new typstyle release

NewReleases is sending notifications on new releases.