Danny Hooper
Danny Hooper
Problem: As of https://github.com/martinvonz/jj/pull/3698, `jj fix` can only be configured to run different code formatters on different file types if a wrapper script is used to make such decisions. That...
Problem: Users of `jj fix` are likely to sometimes want to only fix subsets of changed files, or to fix specific *unchanged* files. Solution: Use positional arguments to create a...
Problem: Some users find that reformatting entire files introduces unwanted changes to their commits, due to formatter behavior changing over time, or just because they're working on code that wasn't...