# Configuration for Qt style code for the GUI
BasedOnStyle: llvm
AccessModifierOffset: -4
BreakBeforeBinaryOperators: NonAssignment
ColumnLimit: 80
Standard: Cpp11
IndentWidth: 4
AlwaysBreakTemplateDeclarations: true
BreakBeforeBraces: Custom
BraceWrapping:
    AfterClass: true
    AfterStruct: true
    AfterFunction: true
AllowShortFunctionsOnASingleLine: InlineOnly
CommentPragmas: "^!|^:"
# ExperimentalAutoDetectBinPacking: true
# FixNamespaceComments: true
