mirror of
https://github.com/jj-vcs/jj.git
synced 2026-07-07 17:45:22 +08:00
This allows users to override the external tool set in ~/.jjconfig.toml. The config variable is renamed to ui.diff-formatter to be consistent with the other diff/merge editor settings. --tool=:<format> support will be added separately. Closes #3327
4 lines
66 B
TOML
4 lines
66 B
TOML
#:schema ../../../src/config-schema.json
|
|
[ui]
|
|
diff-formatter = []
|