From a0c9cce148236350060d4521e703fc38d2e78c69 Mon Sep 17 00:00:00 2001 From: yancey Date: Tue, 7 Feb 2023 05:03:49 -0500 Subject: [PATCH] add .clang-format --- .clang-format | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .clang-format diff --git a/.clang-format b/.clang-format new file mode 100644 index 0000000..b5f7391 --- /dev/null +++ b/.clang-format @@ -0,0 +1,4 @@ +SortIncludes: false +BasedOnStyle: Google +ColumnLimit: 0 +IndentWidth: 4