From d9abf4ada7b9bfac20fb4a3cc58a90f110c2071e Mon Sep 17 00:00:00 2001 From: "iliya.saroukha" <iliya.saroukhanian@etu.hesge.ch> Date: Thu, 30 Jan 2025 17:47:51 +0100 Subject: [PATCH] chore: added local .clang-format --- proto/.clang-format | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 proto/.clang-format diff --git a/proto/.clang-format b/proto/.clang-format new file mode 100644 index 0000000..6590de8 --- /dev/null +++ b/proto/.clang-format @@ -0,0 +1,5 @@ +--- +BasedOnStyle: LLVM +IndentWidth: 4 +ColumnLimit: 80 +... -- GitLab