From 7c70e2bc08efb76b1a2d92c3c2089d1ea65a3d72 Mon Sep 17 00:00:00 2001
From: Kubat <mael.martin31@gmail.com>
Date: Thu, 25 Nov 2021 13:01:54 +0100
Subject: [PATCH] Add the clang format package to call it with the project's
 clang format file

---
 packages.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/packages.el b/packages.el
index 7230a3d..bc4eb84 100644
--- a/packages.el
+++ b/packages.el
@@ -50,6 +50,7 @@
 ;; Packages that are on melpa
 (package! org-bullets)
 (package! irony)
+(package! clang-format)
 
 ;; Manual packages download that are not on melpa goes after
 (require 'quelpa-use-package)
-- 
GitLab