From 841b3c6e2148cab8c327e7210b3023c9fc2486c3 Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Fri, 7 Jun 2024 15:14:20 +0530 Subject: repo: init --- .clang-format | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .clang-format (limited to '.clang-format') diff --git a/.clang-format b/.clang-format new file mode 100644 index 0000000..5046235 --- /dev/null +++ b/.clang-format @@ -0,0 +1,14 @@ +BasedOnStyle: LLVM +BreakBeforeBraces: Linux +IndentCaseLabels: false + +AlignConsecutiveMacros: true +AllowShortIfStatementsOnASingleLine: false + +ContinuationIndentWidth: 8 +IndentWidth: 8 +TabWidth: 8 +UseTab: Always + +ForEachMacros: + - 'LIST_FOREACH' -- cgit v1.2.3