Skip to content

Commit

Permalink
add ruler at 101 and text-width at 100 to lean in languages.toml (hel…
Browse files Browse the repository at this point in the history
  • Loading branch information
ashl3y-v authored and kyruzic committed Sep 27, 2024
1 parent 90ab3d2 commit 8b649ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
'(' = ')'
Expand Down

0 comments on commit 8b649ed

Please sign in to comment.