# Basic Formatting TabWidth: 4 UseTab: ForContinuationAndIndentation ColumnLimit: 120 # Language Language: Cpp Standard: Cpp11 # Indentation AccessModifierOffset: 0 ConstructorInitializerIndentWidth: 4 ContinuationIndentWidth: 4 IndentCaseLabels: false #IndentPPDirectives: true IndentWidth: 4 IndentWrappedFunctionNames: true NamespaceIndentation: All # Includes #IncludeBlocks: Regroup IncludeCategories: - Regex: '^(<|")(common.hpp|strings.hpp|version.hpp|obs.h)("|>)' Priority: 100 - Regex: '^