From bfdad0baf319da3d3f6fb88736ba0f6454cc93d8 Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Thu, 11 Apr 2024 18:04:35 +0530 Subject: c/format: init --- .clang-format | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .clang-format (limited to '.clang-format') diff --git a/.clang-format b/.clang-format new file mode 100644 index 0000000..e4b15e9 --- /dev/null +++ b/.clang-format @@ -0,0 +1,11 @@ +BasedOnStyle: LLVM +BreakBeforeBraces: Linux +IndentCaseLabels: false + +AlignConsecutiveMacros: true +AllowShortIfStatementsOnASingleLine: false + +ContinuationIndentWidth: 8 +IndentWidth: 8 +TabWidth: 8 +UseTab: Always -- cgit v1.2.3