--- trunk/.clang-format 2024/08/06 13:10:19 29 +++ trunk/.clang-format 2024/08/10 18:31:52 43 @@ -1,11 +1,9 @@ IndentWidth: 4 -IndentStyle: Spaces BasedOnStyle: GNU ColumnLimit: 80 BreakBeforeBraces: GNU UseTab: Never SpaceAfterCStyleCast: true -SpaceAfterFunctionName: false AlignArrayOfStructures: Left IndentPPDirectives: AfterHash # IndentCaseLabels: true @@ -14,4 +12,6 @@ # AfterControlStatements: true # AfterFunctionDefinitionName: false # AfterFunctionDeclarationName: false -# BeforeNonEmptyParentheses: false \ No newline at end of file +# BeforeNonEmptyParentheses: false +CommentPragmas: '^' +AlignEscapedNewlines: false \ No newline at end of file