diff options
author | sinanmohd <sinan@sinanmohd.com> | 2024-06-07 15:14:20 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2024-06-07 17:06:13 +0530 |
commit | 841b3c6e2148cab8c327e7210b3023c9fc2486c3 (patch) | |
tree | ae5a823951a2525d8adef4fc7894d36f3cd5334a /.clang-format |
repo: init
Diffstat (limited to '.clang-format')
-rw-r--r-- | .clang-format | 14 |
1 files changed, 14 insertions, 0 deletions
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' |