aboutsummaryrefslogtreecommitdiff
path: root/languages.toml
diff options
context:
space:
mode:
Diffstat (limited to 'languages.toml')
-rw-r--r--languages.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/languages.toml b/languages.toml
index ed6417ee..26ad5ddc 100644
--- a/languages.toml
+++ b/languages.toml
@@ -53,7 +53,7 @@ roots = ["Gopkg.toml", "go.mod"]
language-server = { command = "gopls" }
# TODO: gopls needs utf-8 offsets?
-indent = { tab-width = 2, unit = " " }
+indent = { tab-width = 4, unit = "\t" }
[[language]]
name = "javascript"