Unnamed repository; edit this file 'description' to name the repository.
docker: Update the default indentation to match other editors (#14108)
Trevor Gross 7 months ago
parent 62f3cd3 · commit e58b08d
-rw-r--r--languages.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/languages.toml b/languages.toml
index a38c5e51..19133a86 100644
--- a/languages.toml
+++ b/languages.toml
@@ -1905,7 +1905,7 @@ file-types = [
{ glob = "containerfile.*" },
]
comment-token = "#"
-indent = { tab-width = 2, unit = " " }
+indent = { tab-width = 4, unit = " " }
language-servers = [ "docker-langserver" ]
[[grammar]]