aboutsummaryrefslogtreecommitdiffstats
path: root/client/go/.dir-locals.el
diff options
context:
space:
mode:
Diffstat (limited to 'client/go/.dir-locals.el')
-rw-r--r--client/go/.dir-locals.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/go/.dir-locals.el b/client/go/.dir-locals.el
index 1c7c82921be..9480ce7cbe9 100644
--- a/client/go/.dir-locals.el
+++ b/client/go/.dir-locals.el
@@ -1,3 +1,4 @@
+;; Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
((go-mode
. ((eglot-workspace-configuration
. ((:gopls . ((staticcheck . t))))))))