diff options
author | Alexis Geoffrey | 2022-05-16 07:48:28 +0000 |
---|---|---|
committer | GitHub | 2022-05-16 07:48:28 +0000 |
commit | 595213ca74e360d8de37fe7aa8f0f05ae6ec8f21 (patch) | |
tree | 5709e95f172065201d3a3557dddffa96edaf6f46 | |
parent | 823eaad1a118e8865a6400afc22d37e060783d45 (diff) |
Change default Hare tab width to 8 (#2480)
-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" |