Skip to content
Snippets Groups Projects
Select Git revision
  • 597df17735ba37c1777947b96131183d1f6c7d34
  • master default protected
  • 2023-ujoncdelutan
  • 2023-update
  • 1.4.7 protected
  • 1.4.6 protected
  • 1.4.5 protected
  • 1.4.4 protected
  • 1.4.3 protected
  • 1.4.2 protected
  • 1.4.1 protected
  • 1.4.0 protected
  • 1.3.19 protected
  • 1.3.18 protected
  • 1.3.17 protected
  • 1.3.16 protected
  • 1.3.15 protected
  • 1.3.14 protected
  • 1.3.13 protected
  • 1.3.12 protected
  • 1.3.10 protected
  • 1.3.11 protected
  • 1.3.9 protected
  • 1.3.8 protected
24 results

Home.js

Blame
  • .clang-format 5.11 KiB
    ---
    Language: Cpp
    BasedOnStyle: Google
    
    AccessModifierOffset: -4
    AlignAfterOpenBracket: BlockIndent
    AlignArrayOfStructures: Right
    AlignConsecutiveAssignments:
      Enabled: true
      AcrossEmptyLines: false
      AcrossComments: true
      AlignCompound: false
      PadOperators: true
    AlignConsecutiveBitFields:
      Enabled: true
      AcrossEmptyLines: false
      AcrossComments: true
    AlignConsecutiveDeclarations:
      Enabled: true
      AcrossEmptyLines: false
      AcrossComments: true
    AlignConsecutiveMacros: Consecutive
    AlignEscapedNewlines: Left
    AlignOperands: AlignAfterOperator
    AlignTrailingComments:
      Kind: Always
      OverEmptyLines: 1
    AllowAllArgumentsOnNextLine: true
    AllowAllParametersOfDeclarationOnNextLine: false
    AllowShortBlocksOnASingleLine: Empty
    AllowShortCaseLabelsOnASingleLine: true
    AllowShortEnumsOnASingleLine: false
    AllowShortFunctionsOnASingleLine: Empty
    AllowShortIfStatementsOnASingleLine: Never
    AllowShortLambdasOnASingleLine: All
    AllowShortLoopsOnASingleLine: false
    AlwaysBreakAfterReturnType: None
    AlwaysBreakBeforeMultilineStrings: true
    AlwaysBreakTemplateDeclarations: Yes
    AttributeMacros: [ ]
    BinPackArguments: false
    BinPackParameters: false
    BitFieldColonSpacing: Both
    BraceWrapping:
      AfterCaseLabel: false
      AfterClass: false
      AfterControlStatement: MultiLine
      AfterEnum: false
      AfterFunction: true
      AfterNamespace: false
      AfterObjCDeclaration: false
      AfterStruct: false
      AfterUnion: false
      AfterExternBlock: false
      BeforeCatch: false
      BeforeElse: true
      BeforeLambdaBody: false
      BeforeWhile: false
      IndentBraces: false
      SplitEmptyFunction: false
      SplitEmptyNamespace: true
    BreakAfterAttributes: Leave
    BreakBeforeBinaryOperators: NonAssignment
    BreakBeforeBraces: Custom
    BreakBeforeConceptDeclarations: Always
    # BreakBeforeInlineASMColon:
    BreakBeforeTernaryOperators: true
    BreakConstructorInitializers: BeforeColon
    BreakInheritanceList: BeforeColon
    BreakStringLiterals: true
    ColumnLimit: 80
    CommentPragmas: ''
    CompactNamespaces: false
    ConstructorInitializerIndentWidth: 4
    ContinuationIndentWidth: 4
    Cpp11BracedListStyle: false
    DerivePointerAlignment: false
    DisableFormat: false
    EmptyLineAfterAccessModifier: Never
    EmptyLineBeforeAccessModifier: Always
    FixNamespaceComments: true
    ForEachMacros: [ 'RANGES_FOR', 'FOREACH' ]
    IfMacros: [ 'IF' ]
    IncludeBlocks: Regroup
    IncludeCategories:
      - Regex: '^<glm/'
        Priority: 1
      - Regex: '^<vulkan/'
        Priority: 2
      - Regex: '<vk_mem_alloc.h>'
        Priority: 3
      - Regex: '^<glfw/'
        Priority: 4
      - Regex: '^<.*\..*'
        Priority: 998
      - Regex: '^<.*'
        Priority: 1
      - Regex: '\/.*'
        Priority: 999
      - Regex: '.*'
        Priority: 1000
    IncludeIsMainRegex: ''
    # IncludeIsMainSourceRegex:
    IndentAccessModifiers: false
    IndentCaseBlocks: false
    IndentCaseLabels: true
    IndentExternBlock: Indent
    IndentGotoLabels: true
    IndentPPDirectives: BeforeHash
    IndentRequiresClause: true
    IndentWidth: 4
    IndentWrappedFunctionNames: true
    InsertBraces: true
    InsertNewlineAtEOF: true
    IntegerLiteralSeparator:
      Binary: 4
      Decimal: 3
      Hex: 2
    KeepEmptyLinesAtTheStartOfBlocks: false
    LambdaBodyIndentation: Signature
    LineEnding: LF
    MacroBlockBegin: ''
    MacroBlockEnd: ''
    MaxEmptyLinesToKeep: 2
    NamespaceIndentation: None
    NamespaceMacros: [ ]
    PPIndentWidth: 2
    PackConstructorInitializers: CurrentLine
    #PenaltyBreakAssignment: 10
    #PenaltyBreakBeforeFirstCallParameter: 30
    #PenaltyBreakComment: 10
    #PenaltyBreakFirstLessLess: 0
    #PenaltyBreakOpenParenthesis: 10
    #PenaltyBreakString: 10
    #PenaltyBreakTemplateDeclaration: 20
    #PenaltyExcessCharacter: 1
    #PenaltyIndentedWhitespace: 0
    #PenaltyReturnTypeOnItsOwnLine: 5
    PointerAlignment: Left
    QualifierAlignment: Custom
    QualifierOrder: [ 'constexpr', 'inline', 'static', 'volatile', 'const', 'type', 'restrict' ]
    RawStringFormats:
      - Language: Cpp
    ReferenceAlignment: Pointer
    ReflowComments: true
    RemoveBracesLLVM: false
    RemoveSemicolon: false
    RequiresClausePosition: OwnLine
    RequiresExpressionIndentation: OuterScope
    SeparateDefinitionBlocks: Always
    ShortNamespaceLines: 0
    SortIncludes: CaseInsensitive
    SortUsingDeclarations: true
    SpaceAfterCStyleCast: false
    SpaceAfterLogicalNot: false
    SpaceAfterTemplateKeyword: true
    SpaceAroundPointerQualifiers: Default
    SpaceBeforeAssignmentOperators: true
    SpaceBeforeCaseColon: false
    SpaceBeforeCpp11BracedList: false
    SpaceBeforeCtorInitializerColon: true
    SpaceBeforeInheritanceColon: true
    SpaceBeforeParens: ControlStatementsExceptControlMacros
    SpaceBeforeParensOptions:
      AfterControlStatements: true
      AfterForeachMacros: false
      AfterFunctionDeclarationName: false
      AfterFunctionDefinitionName: false
      AfterIfMacros: false
      AfterOverloadedOperator: false
      AfterRequiresInClause: false
      AfterRequiresInExpression: true
      BeforeNonEmptyParentheses: false
    SpaceBeforeRangeBasedForLoopColon: true
    SpaceBeforeSquareBrackets: false
    SpaceInEmptyBlock: false
    SpaceInEmptyParentheses: false
    SpacesBeforeTrailingComments: 3
    SpacesInAngles: Never
    SpacesInCStyleCastParentheses: false
    SpacesInConditionalStatement: false
    SpacesInContainerLiterals: false
    SpacesInLineCommentPrefix:
      Minimum: 1
      Maximum: -1
    SpacesInParentheses: false
    SpacesInSquareBrackets: false
    Standard: Latest
    StatementAttributeLikeMacros: [ ]
    StatementMacros: [ ]
    TabWidth: 4
    TypenameMacros: [ ]
    UseTab: Never
    WhitespaceSensitiveMacros: [ ]
    ---