summaryrefslogtreecommitdiff
path: root/.dir-locals.el
diff options
context:
space:
mode:
authorJohn Turner <jturner.usa@gmail.com>2025-08-14 19:32:49 -0400
committerJohn Turner <jturner.usa@gmail.com>2025-08-14 19:52:47 -0400
commit9705252dd1b811f0baa1ea22cc740ccad6140a95 (patch)
tree8e78715e1b9973b857015f56e4c60e5d5ce836ec /.dir-locals.el
parentd4c6a296a121c4f5fcebbc6d28af2ad1be669bd8 (diff)
downloadselinux-policy-9705252dd1b811f0baa1ea22cc740ccad6140a95.tar.gz
rewrite build system with meson
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..e3b41f8
--- /dev/null
+++ b/.dir-locals.el
@@ -0,0 +1,4 @@
+((meson-mode
+ . ((fmt-executable . "meson")
+ (fmt-args . ("format" "-"))
+ (eval . (add-hook 'before-save-hook 'fmt-current-buffer nil t)))))