add ruler at 101 and text-width at 100 to lean in languages.toml (#10969)
This commit is contained in:
parent
b894cf087b
commit
a982e5ce26
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue