diff --git a/.clang-format b/.clang-format index c8891ee..d3078a9 100644 --- a/.clang-format +++ b/.clang-format @@ -17,6 +17,7 @@ AllowAllParametersOfDeclarationOnNextLine: false AllowShortLambdasOnASingleLine: All AlwaysBreakTemplateDeclarations: Yes +IndentPPDirectives: BeforeHash BraceWrapping: AfterEnum: false