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

pull/2468/head
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
1 changed files with 1 additions and 1 deletions

View File

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