diff --git a/.clang-format b/.clang-format new file mode 120000 index 0000000..3cfc437 --- /dev/null +++ b/.clang-format @@ -0,0 +1 @@ +tool-configs/clang-format/.clang-format \ No newline at end of file diff --git a/.clang-tidy b/.clang-tidy new file mode 120000 index 0000000..c398175 --- /dev/null +++ b/.clang-tidy @@ -0,0 +1 @@ +tool-configs/clang-tidy/.clang-tidy \ No newline at end of file diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..829d762 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,4 @@ +[submodule "tool-configs"] + path = tool-configs + url = ../../cppfw/tool-configs + branch = main diff --git a/tool-configs b/tool-configs new file mode 160000 index 0000000..5ae4631 --- /dev/null +++ b/tool-configs @@ -0,0 +1 @@ +Subproject commit 5ae463168087816fd3db83a5450cc9dafc35553d