Skip to content
Snippets Groups Projects
.clang-tidy 597 B
Newer Older
  • Learn to ignore specific revisions
  • Florian Schmaus's avatar
    Florian Schmaus committed
    ---
    Checks:          'clang-diagnostic-*,clang-analyzer-*,-clang-analyzer-alpha*'
    HeaderFilterRegex: ''
    AnalyzeTemporaryDtors: false
    User:            flo
    CheckOptions:    
      - key:             google-readability-braces-around-statements.ShortStatementLines
        value:           '1'
      - key:             google-readability-function-size.StatementThreshold
        value:           '800'
      - key:             google-readability-namespace-comments.ShortNamespaceLines
        value:           '10'
      - key:             google-readability-namespace-comments.SpacesBeforeComments
        value:           '2'
    ...