11 lines
182 B
TOML
11 lines
182 B
TOML
"$schema" = "https://jj-vcs.github.io/jj/latest/config-schema.json"
|
|
|
|
[user]
|
|
name = "Jeremy Kaplan"
|
|
email = "code@jdkaplan.dev"
|
|
|
|
[snapshot]
|
|
auto-track = "none()"
|
|
|
|
[git]
|
|
colocate=true
|