Skip to content
Snippets Groups Projects
Select Git revision
  • 16f88a20a917fe7ce00705dde3857ae60bb1ef17
  • main default protected
  • feature/updated_engine_docu
  • feature/new_systems_methodology
  • fix/missing-API-documentation-for-python-modules
  • fix/missing-api-documentation
  • feature/python_example_folder_update
  • beta_release protected
  • fix/revert-gitlab-config
  • fix/citationEcologicalAssessment
  • documentation/styleupdate
  • feature/lightMode
  • documentation/create_mission_xml
  • 28-empennage-design-update-documentation-according-to-workshop
  • documentation/fix-dot-equations
  • documentation/propulsion-design-module
  • documentation/gitlab-workflow
  • documentation/cost_estimation_update
  • documentation/mkdocs_python_update
  • documentation/tank_design_update
  • documentation/landing_gear_design_update
  • 0.5.0
22 results

index.md

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
    
    ...