From 7dc463ee4ee4d9b42ad4d914ac4caf734ecc56ae Mon Sep 17 00:00:00 2001 From: Petri Lehtinen Date: Thu, 17 Oct 2019 09:08:38 +0300 Subject: Add clang-format configuration --- .clang-format | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .clang-format (limited to '.clang-format') diff --git a/.clang-format b/.clang-format new file mode 100644 index 0000000..01b288a --- /dev/null +++ b/.clang-format @@ -0,0 +1,5 @@ +BasedOnStyle: LLVM +AlignConsecutiveMacros: true +AllowShortCaseLabelsOnASingleLine: true +IndentCaseLabels: true +IndentWidth: 4 -- cgit v1.1