AutoYADM commit: 2025-03-31 13:55:18

This commit is contained in:
Daniel Fichtinger 2025-03-31 13:55:18 -04:00
parent 4151b93e62
commit 4f1e3ed97d
3 changed files with 4 additions and 2 deletions

View file

@ -253,7 +253,7 @@ auto-format = true
formatter = { command = "goimports" }
comment-token = "//"
block-comment-tokens = { start = "/*", end = "*/" }
language-servers = ["gopls", "typos-lsp", "golangci-lint-lsp"]
language-servers = ["gopls", "typos-lsp"]
# TODO: gopls needs utf-8 offsets?
indent = { tab-width = 4, unit = "\t" }