﻿---
BasedOnStyle: LLVM
ColumnLimit: 100
UseTab: Always
TabWidth: 4
IndentWidth: 4
AccessModifierOffset: -4
AllowShortBlocksOnASingleLine: true
AllowShortCaseLabelsOnASingleLine: true
AllowShortIfStatementsOnASingleLine: true
AllowShortLoopsOnASingleLine: true
AlignAfterOpenBracket: false
MaxEmptyLinesToKeep: 2
...
