From 9a81b3db9b53ad4bb3fa804c55b3ae043aaa67f3 Mon Sep 17 00:00:00 2001 From: afonsofrancof Date: Wed, 18 Oct 2023 18:42:04 +0100 Subject: [PATCH] [MINOR] Added clang-format file --- .clang-format | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .clang-format diff --git a/.clang-format b/.clang-format new file mode 100644 index 0000000..3f48b3f --- /dev/null +++ b/.clang-format @@ -0,0 +1,10 @@ +BasedOnStyle: LLVM +IndentWidth: 4 +TabWidth: 4 +UseTab: Always +BreakBeforeBraces: Attach +ColumnLimit: 100 +PenaltyReturnTypeOnItsOwnLine: 1000000 +AlwaysBreakAfterDefinitionReturnType: None +AlwaysBreakAfterDefinitionReturnType: None +SeparateDefinitionBlocks: Always