diff --git a/.clang-format b/.clang-format index b2d1b66..f9d94f0 100644 --- a/.clang-format +++ b/.clang-format @@ -3,8 +3,8 @@ Language: Cpp Standard: c++17 DerivePointerAlignment: true SortIncludes: Never -ReflowComments: false -CommentPragmas: '/\*\*(.+\n.+)+\*/' +ReflowComments: true +#CommentPragmas: '/\*\*(.+\n.+)+\*/' PointerAlignment: Left AlignAfterOpenBracket: AlwaysBreak AlignOperands: AlignAfterOperator @@ -39,6 +39,9 @@ IndentWidth: 4 MaxEmptyLinesToKeep: 2 NamespaceIndentation: All SpaceAfterTemplateKeyword: false +SpacesInLineCommentPrefix: + Minimum: 1 + Maximum: -1 AccessModifierOffset: -4 AllowShortBlocksOnASingleLine: Always IndentPPDirectives: BeforeHash