about summary refs log tree commit diff stats
path: root/.dir-locals.el
diff options
context:
space:
mode:
authorAlan Pearce2024-06-23 19:43:31 +0200
committerAlan Pearce2024-06-23 19:43:31 +0200
commitca4e1a14212033d81caf4a58107a4bdc2912c4b7 (patch)
tree25fa2afc9f793285d075f0c5cb1d628dde122495 /.dir-locals.el
parent38fb02f470c32cf2a3f4cb9bef540840d85f9254 (diff)
downloadwebsite-ca4e1a14212033d81caf4a58107a4bdc2912c4b7.tar.lz
website-ca4e1a14212033d81caf4a58107a4bdc2912c4b7.tar.zst
website-ca4e1a14212033d81caf4a58107a4bdc2912c4b7.zip
(automatically) format with golines
Diffstat (limited to '.dir-locals.el')
-rw-r--r--.dir-locals.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/.dir-locals.el b/.dir-locals.el
new file mode 100644
index 0000000..f943f69
--- /dev/null
+++ b/.dir-locals.el
@@ -0,0 +1,4 @@
+;;; Directory Local Variables            -*- no-byte-compile: t -*-
+;;; For more information see (info "(emacs) Directory Variables")
+
+((go-ts-mode . ((apheleia-formatter . golines)))))