Kiibohd Controller
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

12345678910111213141516
  1. ---
  2. Checks: 'clang-diagnostic-*,clang-analyzer-*,-clang-analyzer-alpha*'
  3. HeaderFilterRegex: ''
  4. AnalyzeTemporaryDtors: false
  5. User: hyatt
  6. CheckOptions:
  7. - key: google-readability-braces-around-statements.ShortStatementLines
  8. value: '1'
  9. - key: google-readability-function-size.StatementThreshold
  10. value: '800'
  11. - key: google-readability-namespace-comments.ShortNamespaceLines
  12. value: '10'
  13. - key: google-readability-namespace-comments.SpacesBeforeComments
  14. value: '2'
  15. ...