From ca8dbe0ba7bf11d450d5cc91dc73c6742b8f220f Mon Sep 17 00:00:00 2001 From: afranco Date: Wed, 18 Oct 2023 18:42:04 +0100 Subject: [PATCH] chore: 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