diff options
-rw-r--r-- | languages.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/languages.toml b/languages.toml index 7ca71c8e..ae266dce 100644 --- a/languages.toml +++ b/languages.toml @@ -1778,6 +1778,7 @@ auto-format = true comment-token = "//" language-server = { command = "cuelsp" } indent = { tab-width = 4, unit = "\t" } +formatter = { command = "cue", args = ["fmt", "-"] } [[grammar]] name = "cue" |