From 2e399ecff05ab9d5fe515c678f7c13312f4ecea7 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Wed, 23 Feb 2022 19:00:22 -0500 Subject: [PATCH] Add .clang-format --- .clang-format | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .clang-format diff --git a/.clang-format b/.clang-format new file mode 100644 index 0000000..e73fcaf --- /dev/null +++ b/.clang-format @@ -0,0 +1,9 @@ +--- +IndentWidth: '4' +Language: Cpp +NamespaceIndentation: All +PointerAlignment: Left +TabWidth: '0' +UseTab: Never + +...