added crystal formatter in languages.toml (#13759)

Co-authored-by: polyface <polyface@proton.me>
pull/13167/merge
polyface 2025-06-13 16:20:07 +02:00 committed by GitHub
parent 6e4ec96101
commit b90d8960a8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -648,6 +648,7 @@ comment-token = "#"
indent = { tab-width = 2, unit = " " }
grammar = "ruby"
language-servers = [ "crystalline" ]
formatter = { command = "crystal", args = ["tool", "format", "-"] }
[[language]]
name = "c-sharp"