# NB: whenever the present file is modified, the same modification should be # applied to the copy in preprocessor.git # For general information about our coding style, and the specific version # of clang-format used, see: # https://git.dynare.org/Dynare/dynare/-/wikis/CodingGuidelines#c-code # For the list of options of clang-format, see: # https://clang.llvm.org/docs/ClangFormatStyleOptions.html # Effective configuration can be obtained with: # clang-format --dump-config Language: Cpp Standard: c++20 ColumnLimit: 100 BasedOnStyle: GNU AllowShortFunctionsOnASingleLine: None AlwaysBreakTemplateDeclarations: Yes BreakConstructorInitializers: AfterColon BreakInheritanceList: AfterColon Cpp11BracedListStyle: true DeriveLineEnding: false IndentPPDirectives: AfterHash PackConstructorInitializers: NextLine PPIndentWidth: 1 PointerAlignment: Left SpaceAfterTemplateKeyword: false SpaceBeforeParens: ControlStatements SpaceBeforeCpp11BracedList: true