Unnamed repository; edit this file 'description' to name the repository.
docker: Update the default indentation to match other editors (#14108)
| -rw-r--r-- | languages.toml | 2 |
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]] |