blob: b0823b497d0304b456e04f12d76878a4c60e412a [file] [log] [blame]
# http://clang.llvm.org/docs/ClangFormatStyleOptions.html
BasedOnStyle: Chromium
---
Language: Cpp
StatementMacros:
- _Acquires_lock_
- _Releases_lock_
- _Requires_lock_held_
- _When_