From 157084f9009032708b6d5311550369a2fdf46d12 Mon Sep 17 00:00:00 2001 From: zhaohe Date: Sun, 14 Jul 2024 12:20:45 +0800 Subject: [PATCH] update --- .clang-format | 9 +++++++++ .gitmodules | 3 +++ a8000_protocol | 1 + 3 files changed, 13 insertions(+) create mode 100644 .clang-format create mode 100644 .gitmodules create mode 160000 a8000_protocol diff --git a/.clang-format b/.clang-format new file mode 100644 index 0000000..4c41736 --- /dev/null +++ b/.clang-format @@ -0,0 +1,9 @@ +# Defines the Chromium style for automatic reformatting. +# http://clang.llvm.org/docs/ClangFormatStyleOptions.html +Language: Cpp +BasedOnStyle: Google +ColumnLimit: 300 +AlignConsecutiveMacros: true +AlignConsecutiveDeclarations: true +AlignConsecutiveAssignments: true +AlignOperands: true \ No newline at end of file diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..a95cf63 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "a8000_protocol"] + path = a8000_protocol + url = zwsd@192.168.1.3:project_boditech_vidas_a8000_v3/a8000_protocol.git diff --git a/a8000_protocol b/a8000_protocol new file mode 160000 index 0000000..5081899 --- /dev/null +++ b/a8000_protocol @@ -0,0 +1 @@ +Subproject commit 5081899a39cbbfca1beb5da571b1df2f0ce46789