aboutsummaryrefslogtreecommitdiff
path: root/languages.toml
diff options
context:
space:
mode:
authorAlexis Geoffrey2022-05-16 07:48:28 +0000
committerGitHub2022-05-16 07:48:28 +0000
commit595213ca74e360d8de37fe7aa8f0f05ae6ec8f21 (patch)
tree5709e95f172065201d3a3557dddffa96edaf6f46 /languages.toml
parent823eaad1a118e8865a6400afc22d37e060783d45 (diff)
Change default Hare tab width to 8 (#2480)
Diffstat (limited to 'languages.toml')
-rw-r--r--languages.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/languages.toml b/languages.toml
index 8c0f4048..46b60747 100644
--- a/languages.toml
+++ b/languages.toml
@@ -1284,7 +1284,7 @@ injection-regex = "hare"
file-types = ["ha"]
roots = []
comment-token = "//"
-indent = { tab-width = 4, unit = "\t" }
+indent = { tab-width = 8, unit = "\t" }
[[grammar]]
name = "hare"