From 187ae2a74b0296d47cbf6cac8119715957a0d9c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mario=20H=C3=BCttel?= Date: Thu, 7 Mar 2019 20:00:54 +0100 Subject: [PATCH] Add style checker as submodule --- .gitmodules | 3 +++ c-style-checker | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 c-style-checker diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..9358432 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "c-style-checker"] + path = c-style-checker + url = https://git.shimatta.de/mhu/c-style-checker diff --git a/c-style-checker b/c-style-checker new file mode 160000 index 0000000..9238b87 --- /dev/null +++ b/c-style-checker @@ -0,0 +1 @@ +Subproject commit 9238b877ef0c1e659c1bc4cc4a7c198cfa0696dc