jj: Set the indent to four spaces for descriptions (#14199)

This commit is contained in:
Trevor Gross
2025-08-09 19:07:03 -05:00
committed by GitHub
parent a44695e4e8
commit cb7188d5cc

View File

@@ -3606,7 +3606,7 @@ name = "jjdescription"
scope = "jj.description" scope = "jj.description"
file-types = [{ glob = "*.jjdescription" }] file-types = [{ glob = "*.jjdescription" }]
comment-token = "JJ:" comment-token = "JJ:"
indent = { tab-width = 2, unit = " " } indent = { tab-width = 4, unit = " " }
rulers = [51, 73] rulers = [51, 73]
text-width = 72 text-width = 72