diff --git a/.clang-format b/.clang-format new file mode 100644 index 0000000..b5f482d --- /dev/null +++ b/.clang-format @@ -0,0 +1,13 @@ +--- +BreakBeforeBraces: Allman +TabWidth: 4 +IndentWidth: 4 +BinPackArguments: false +BinPackParameters: false +BraceWrapping: + SplitEmptyFunction: false + SplitEmptyRecord: false +SeparateDefinitionBlocks: Always +AllowShortFunctionsOnASingleLine: None + +