diff options
-rw-r--r-- | languages.toml | 2 |
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" |