mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-25 02:46:17 +04:00
add ruler at 101 and text-width at 100 to lean in languages.toml (#10969)
This commit is contained in:
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
Block a user