feat(project): added .dir-locals

This commit is contained in:
Sara Gerretsen 2025-11-25 23:40:11 +01:00
parent 82f2cae0f6
commit 39a8532bf4

3
.dir-locals.el Normal file
View file

@ -0,0 +1,3 @@
((c++-mode . ((mode . clang-format-on-save))))
((c-mode . ((mode c++-mode))))