summaryrefslogtreecommitdiff
path: root/chromium/ui/views/.clang-tidy
blob: 09fa8554dbf4f377b1a310ee16f613d246fb942a (plain)
1
2
3
4
5
6
7
8
---
  Checks:          'google-build-namespaces,
                    google-readability-namespace-comments,
                    modernize-replace-auto-ptr,
                    modernize-use-using'
  HeaderFilterRegex: 'ui/views/*'
  InheritParentConfig: true
...