Skip to content
Snippets Groups Projects
Select Git revision
  • master
  • feature/diffraction-w-mat
  • feature/plane-diffraction
  • develop protected
  • feature/unit-tests
  • newPathEngineImplementation
  • ma23-mika-fiddling
  • feature/art_eigenray_search_apriori
  • ma_schnabel
  • psc
  • ray_tracing
  • ma_2018/erraji
  • ITAPropagationPathSim_v2024a
  • VA_v2023b
  • ART_v2023a
  • VA_v2023a
  • VA_v2022a
  • before_cmake_rework
  • ARTMatlab_v2021b
  • v2021.a
  • v2019.a
  • v2016.a
22 results

.clang-format

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    .clang-format 1.92 KiB
    ---
    BasedOnStyle: Microsoft
    AccessModifierOffset: '-4'
    AlignAfterOpenBracket: Align
    AlignConsecutiveMacros: 'true'
    AlignConsecutiveAssignments: 'true'
    AlignEscapedNewlines: Left
    AlignOperands: 'true'
    AlignTrailingComments: 'true'
    AllowAllArgumentsOnNextLine: 'false'
    AllowAllConstructorInitializersOnNextLine: 'false'
    AllowAllParametersOfDeclarationOnNextLine: 'false'
    AllowShortCaseLabelsOnASingleLine: 'false'
    AllowShortFunctionsOnASingleLine: Inline
    AllowShortIfStatementsOnASingleLine: Never
    AllowShortLambdasOnASingleLine: Inline
    AllowShortLoopsOnASingleLine: 'false'
    AlwaysBreakAfterReturnType: None
    AlwaysBreakBeforeMultilineStrings: 'true'
    AlwaysBreakTemplateDeclarations: 'Yes'
    BinPackArguments: 'true'
    BinPackParameters: 'true'
    BreakBeforeBinaryOperators: None
    BreakBeforeBraces: Allman
    BreakBeforeTernaryOperators: 'false'
    BreakConstructorInitializers: BeforeComma
    BreakInheritanceList: BeforeComma
    ColumnLimit: '170'
    CompactNamespaces: 'false'
    ConstructorInitializerAllOnOneLineOrOnePerLine: 'true'
    Cpp11BracedListStyle: 'false'
    DerivePointerAlignment: 'true'
    DisableFormat: 'false'
    FixNamespaceComments: 'true'
    IncludeBlocks: Regroup
    IndentCaseLabels: 'true'
    IndentPPDirectives: AfterHash
    IndentWidth: '4'
    IndentWrappedFunctionNames: 'false'
    KeepEmptyLinesAtTheStartOfBlocks: 'false'
    Language: Cpp
    MaxEmptyLinesToKeep: '2'
    NamespaceIndentation: All
    PointerAlignment: Left
    ReflowComments: 'true'
    SpaceAfterCStyleCast: 'false'
    SpaceAfterLogicalNot: 'false'
    SpaceAfterTemplateKeyword: 'false'
    SpaceBeforeAssignmentOperators: 'true'
    SpaceBeforeCpp11BracedList: 'true'
    SpaceBeforeCtorInitializerColon: 'true'
    SpaceBeforeInheritanceColon: 'true'
    SpaceBeforeParens: Never
    SpaceBeforeRangeBasedForLoopColon: 'false'
    SpaceInEmptyParentheses: 'true'
    SpacesInAngles: 'false'
    SpacesInCStyleCastParentheses: 'false'
    SpacesInContainerLiterals: 'true'
    SpacesInParentheses: 'true'
    SpacesInSquareBrackets: 'false'
    Standard: Auto
    TabWidth: '4'
    UseTab: ForIndentation
    
    ...