AutoYADM commit: 2025-03-31 13:45:17

This commit is contained in:
Daniel Fichtinger 2025-03-31 13:45:17 -04:00
parent 7f735eebbf
commit d030529ef8

View file

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