We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee6aefe commit cdef699Copy full SHA for cdef699
1 file changed
codee/patches/0022-Add-clang-format.patch
@@ -0,0 +1,17 @@
1
+From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
2
+From: Diego Alonso <diego.alonso@appentra.com>
3
+Date: Tue, 14 Apr 2026 14:00:30 +0200
4
+Subject: Add clang-format
5
+
6
+---
7
+ .clang-format | 1 +
8
+ 1 file changed, 1 insertion(+)
9
+ create mode 100644 .clang-format
10
11
+diff --git a/.clang-format b/.clang-format
12
+new file mode 100644
13
+index 0000000..39f9642
14
+--- /dev/null
15
++++ b/.clang-format
16
+@@ -0,0 +1 @@
17
++IndentWidth: 4
0 commit comments