From bba66a0ccb7281cd6c717fe9784a04a4fcf72700 Mon Sep 17 00:00:00 2001 From: cflip Date: Sun, 27 Feb 2022 10:55:11 -0700 Subject: Add ClangFormat configuration --- .clang-format | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .clang-format (limited to '.clang-format') diff --git a/.clang-format b/.clang-format new file mode 100644 index 0000000..dba288f --- /dev/null +++ b/.clang-format @@ -0,0 +1,7 @@ +--- +Language: Cpp +BasedOnStyle: WebKit +UseTab: Always +TabWidth: 4 +PackConstructorInitializers: NextLine +AllowShortIfStatementsOnASingleLine: WithoutElse -- cgit v1.2.3