Skip to content

Commit

Permalink
fix: use 2 indent
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderBrevig committed Aug 21, 2023
1 parent ba5c14b commit 3e6b069
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2645,7 +2645,7 @@ file-types = ["typst", "typ"]
roots = []
comment-token = "//"
language-servers = ["typst-lsp"]
indent = { tab-width = 4, unit = " " }
indent = { tab-width = 2, unit = " " }

[[grammar]]
name = "typst"
Expand Down

0 comments on commit 3e6b069

Please sign in to comment.