mirror of https://github.com/helix-editor/helix
add ruler at 101 and text-width at 100 to lean in languages.toml (#10969)
parent
b894cf087b
commit
a982e5ce26
|
@ -1079,6 +1079,8 @@ comment-token = "--"
|
|||
block-comment-tokens = { start = "/-", end = "-/" }
|
||||
language-servers = [ "lean" ]
|
||||
indent = { tab-width = 2, unit = " " }
|
||||
rulers = [101]
|
||||
text-width = 100
|
||||
|
||||
[language.auto-pairs]
|
||||
'(' = ')'
|
||||
|
|
Loading…
Reference in New Issue