Change default Hare tab width to 8 (#2480)

This commit is contained in:
Alexis Geoffrey 2022-05-16 07:48:28 +00:00 committed by GitHub
parent 823eaad1a1
commit 595213ca74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"