Skip to content
Snippets Groups Projects
Select Git revision
  • 0695a1cc554c4b3deedd53a3c86003835ceca70b
  • master default protected
  • patch-2
  • faiss_branch
  • Vispy-plot
  • Docstrings
  • UnittestCoverage
  • RemoteRendering
  • DockerGUI
  • incrementalPCA
  • gitlab-ci
11 results

package.json

Blame
  • This project manages its dependencies using npm. 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