mirror of
https://github.com/helix-editor/helix.git
synced 2025-10-06 00:13:28 +02:00
jj: Set the indent to four spaces for descriptions (#14199)
This commit is contained in:
@@ -3606,7 +3606,7 @@ name = "jjdescription"
|
||||
scope = "jj.description"
|
||||
file-types = [{ glob = "*.jjdescription" }]
|
||||
comment-token = "JJ:"
|
||||
indent = { tab-width = 2, unit = " " }
|
||||
indent = { tab-width = 4, unit = " " }
|
||||
rulers = [51, 73]
|
||||
text-width = 72
|
||||
|
||||
|
Reference in New Issue
Block a user