Default to tabs instead of spaces for Odin files (#2464)

This commit is contained in:
spindlebink 2022-05-12 08:23:38 -05:00 committed by GitHub
parent 7b287f636f
commit af387e6873
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1337,7 +1337,7 @@ scope = "source.odin"
file-types = ["odin"] file-types = ["odin"]
roots = [] roots = []
comment-token = "//" comment-token = "//"
indent = { tab-width = 4, unit = " " } indent = { tab-width = 4, unit = "\t" }
[[grammar]] [[grammar]]
name = "odin" name = "odin"