From ee9db440ceb2ff99e539043ba7d4deb4432f5357 Mon Sep 17 00:00:00 2001 From: Michael Davis Date: Sun, 9 Mar 2025 13:08:10 -0400 Subject: [PATCH] minor: Trim trailing whitespace in `languages.toml` --- languages.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/languages.toml b/languages.toml index 4ba914749..03265c723 100644 --- a/languages.toml +++ b/languages.toml @@ -4032,12 +4032,12 @@ block-comment-tokens = [ language-servers = [ "spade-language-server" ] indent = { tab-width = 4, unit = " " } -[language.auto-pairs] -'(' = ')' -'{' = '}' -'[' = ']' -'"' = '"' -'<' = '>' +[language.auto-pairs] +'(' = ')' +'{' = '}' +'[' = ']' +'"' = '"' +'<' = '>' [[grammar]] name = "spade" @@ -4101,7 +4101,7 @@ file-types = [ { glob = "sites-available/*.conf" }, { glob = "sites-enabled/*.conf" }, { glob = "nginx.conf" }, - { glob = "conf.d/*.conf" } + { glob = "conf.d/*.conf" } ] roots = ["nginx.conf"] comment-token = "#"