@ -7,7 +7,7 @@ Standard: Cpp11
IndentWidth: 4
ContinuationIndentWidth: 4
AccessModifierOffset: -4
IndentCaseLabels: true
IndentCaseLabels: false
NamespaceIndentation: None
# Spacing
@ -77,9 +77,9 @@ public:
// Some code here
switch (...) {
case 0: {
}
// More code