Skip to content
Snippets Groups Projects
Select Git revision
  • 4de9175775ea5a1698ae420a14dc49f576f2272c
  • main default protected
  • feat/statistics protected
  • feat/schemaStats protected
  • feat/password protected
  • refactor/remove-graphcounts protected
  • feat/cypher2query-negations2 protected
  • feat/airecommender protected
  • feat/cypher-visual protected
  • feat/mcp protected
  • feature-flag protected
  • feat/optionalDefault protected
  • feat/refactorarray protected
  • feat/attributes-db protected
  • fix/mlservice protected
  • feat/median protected
  • feat/grammar2sql protected
  • feat/fetchSchemaNew protected
  • feat/monolith protected
  • feat/aggComparison protected
  • feat/maxOutput protected
  • v1.62.0
  • v1.61.1
  • v1.61.0
  • v1.60.1
  • v1.60.0
  • v1.59.0
  • v1.58.1
  • v1.58.0
  • v1.57.1
  • v1.57.0
  • v1.56.0
  • v1.55.2
  • v1.55.1
  • v1.55.0
  • v1.54.0
  • v1.53.1
  • v1.53.0
  • v1.52.1
  • v1.52.0
  • v1.51.0
41 results

go.sum

Blame
  • This project manages its dependencies using Go Modules. Learn more
    .clang-format 819 B
    BasedOnStyle: Google
    IndentWidth: 4
    ColumnLimit: 80
    AllowShortFunctionsOnASingleLine: Inline
    AllowShortIfStatementsOnASingleLine: false
    AllowShortLoopsOnASingleLine: false
    AlignConsecutiveAssignments: false
    AlignConsecutiveDeclarations: false
    AlignTrailingComments: true
    SpacesBeforeTrailingComments: 1
    SortIncludes: false
    AccessModifierOffset: -4
    Standard: Cpp11
    KeepEmptyLinesAtTheStartOfBlocks: false
    MaxEmptyLinesToKeep: 1
    FixNamespaceComments: true
    ReflowComments: false
    BreakBeforeBraces: Custom
    BraceWrapping:
      AfterCaseLabel:  true
      AfterClass:      true
      AfterControlStatement: true
      AfterEnum:       true
      AfterFunction:   true
      AfterNamespace:  false
      AfterObjCDeclaration: true
      AfterStruct:     true
      AfterUnion:      false
      BeforeCatch:     true
      BeforeElse:      true
      IndentBraces:    false