Clang format in C and C++ mode

This commit is contained in:
2024-09-15 14:51:26 +01:00
parent e56169441b
commit c1355e3003

5
.dir-locals.el Normal file
View File

@@ -0,0 +1,5 @@
;;; Directory Local Variables -*- no-byte-compile: t; -*-
;;; For more information see (info "(emacs) Directory Variables")
((c-mode . ((mode . clang-format)))
(c++-mode . ((mode . clang-format))))