From: Vincent Bernat Date: Sat, 26 Oct 2024 07:17:06 +0000 (+0200) Subject: build: stop using apheleia for C code X-Git-Tag: 1.0.19~18 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=32bc28a812fd932825b34fee2f725c59d96b3822;p=thirdparty%2Flldpd.git build: stop using apheleia for C code Related to faee60497260. --- diff --git a/.dir-locals.el b/.dir-locals.el index a1c3851c..0675ddab 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -1,3 +1,2 @@ ((nix-mode . ((mode . apheleia))) - (c-mode . ((mode . apheleia))) (python-mode . ((mode . apheleia))))