---
BasedOnStyle: LLVM
Language: Cpp
ColumnLimit: 120
ReflowComments: false
IndentWidth: 8
AccessModifierOffset: -8
BreakBeforeBraces: Allman
PointerAlignment: Left
MaxEmptyLinesToKeep: 1
AlignTrailingComments: true
AlignOperands: true
SortIncludes: false
UseTab: ForContinuationAndIndentation
AllowShortFunctionsOnASingleLine: Empty
WhitespaceSensitiveMacros: [KHIOPS_STR]
---
BasedOnStyle: Mozilla
Language: Java
ColumnLimit: 120
IndentWidth: 8
