BasedOnStyle: Mozilla
AllowShortBlocksOnASingleLine: Never
AllowShortFunctionsOnASingleLine: None
# Left-braces-in-the-same-line helps a lot when navigating the code with
# weaker tools like ctags or cscope.
BreakBeforeBraces: Attach
SpaceBeforeCpp11BracedList: True
# Limits for 1080p 16:9 monitor, 12pt fonts, vertical split
ColumnLimit: 110
AlignArrayOfStructures: Right
# For code in bindings/
NamespaceIndentation: Inner
