My build of nnn with minor changes
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

1234567891011121314
  1. ---
  2. Checks: 'clang-diagnostic-*,clang-analyzer-*,readability-*,modernize-*,bugprone-*,misc-*,-misc-unused-parameters,google-runtime-int,-llvm-header-guard,fuchsia-restrict-system-includes,-clang-analyzer-valist.Uninitialized,-clang-analyzer-security.insecureAPI.rand,-clang-analyzer-alpha.*,-readability-magic-numbers,-readability-braces-around-statements'
  3. WarningsAsErrors: '*'
  4. HeaderFilterRegex: '.*(?<!lookup3.c)$'
  5. FormatStyle: 'file'
  6. CheckOptions:
  7. - key: readability-braces-around-statements.ShortStatementLines
  8. value: '1'
  9. - key: google-runtime-int.TypeSufix
  10. value: '_t'
  11. - key: fuchsia-restrict-system-includes.Includes
  12. value: '*,-stdint.h,-stdbool.h'
  13. ...