Skip to content
Snippets Groups Projects
Select Git revision
  • 7737e456d76ece4de1cccf1ca439f408bfd2f3b4
  • master default protected
  • develop protected
  • feature/triangulation-qhull
  • jst
  • ti_lab_build
  • features/splines_and_piecewise_polynomials
  • ma_2018/erraji
  • fabian
  • ITABase_v2024a
  • VA_v2023b
  • VA_v2023a
  • VA_v2022a
  • before_cmake_rework
  • v2021.a
  • v2020.a
  • v2019.a
  • v2018.b
  • v2018.a
  • v2017.d
  • v2017.c
  • v2017.b
  • v2017.a
  • v2016.a
24 results

ITAFastMath.h

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    .clang-format 1.28 KiB
    ---
    BasedOnStyle: LLVM
    AccessModifierOffset: '-4'
    AlignConsecutiveAssignments: 'false'
    AlignConsecutiveDeclarations: 'false'
    AlignEscapedNewlines: DontAlign
    AlignOperands: 'true'
    AlignTrailingComments: 'true'
    AllowShortBlocksOnASingleLine: 'false'
    AllowShortCaseLabelsOnASingleLine: 'false'
    AllowShortFunctionsOnASingleLine: Empty
    AllowShortIfStatementsOnASingleLine: 'false'
    AllowShortLoopsOnASingleLine: 'false'
    AlwaysBreakAfterReturnType: None
    AlwaysBreakBeforeMultilineStrings: 'true'
    AlwaysBreakTemplateDeclarations: 'true'
    BreakBeforeBraces: Attach
    BreakConstructorInitializers: BeforeColon
    ColumnLimit: '100'
    Cpp11BracedListStyle: 'true'
    FixNamespaceComments: 'false'
    IndentCaseLabels: 'false'
    IndentWidth: '4'
    IndentWrappedFunctionNames: 'true'
    KeepEmptyLinesAtTheStartOfBlocks: 'false'
    Language: Cpp
    MaxEmptyLinesToKeep: '1'
    NamespaceIndentation: None
    PointerAlignment: Right
    ReflowComments: 'true'
    SortIncludes: 'true'
    SortUsingDeclarations: 'true'
    SpaceAfterTemplateKeyword: 'false'
    SpaceBeforeAssignmentOperators: 'true'
    SpaceBeforeParens: Never
    SpaceInEmptyParentheses: 'false'
    SpacesInAngles: 'false'
    SpacesInCStyleCastParentheses: 'false'
    SpacesInContainerLiterals: 'false'
    SpacesInParentheses: 'false'
    SpacesInSquareBrackets: 'false'
    Standard: Cpp11
    TabWidth: '4'
    UseTab: ForIndentation
    
    ...