jj-cli 0.41.0

Jujutsu - an experimental version control system
Documentation
1
2
3
4
5
6
7
8
#:schema ../../../src/config-schema.json
[fix.tools.clang-format.command]
command = [
  "/usr/bin/clang-format",
  "--sort-includes",
  "--assume-filename=$path",
]
env = { NO_COLOR = 1 }