---
Language:        Cpp
BasedOnStyle: Google

MacroBlockBegin: "^\
BEGIN_EVENT_TABLE.*"
MacroBlockEnd: "^\
END_EVENT_TABLE()"

DerivePointerAlignment: false
PointerAlignment: Left

IncludeCategories: 
  - Regex:           '^"config.h"'
    Priority:        1
  - Regex:           '^<.*\.h>'
    Priority:        2
  - Regex:           '^<.*'
    Priority:        3
  - Regex:           '.*'
    Priority:        4

