diff --git a/.clang-format b/.clang-format index c721414..58460fb 100644 --- a/.clang-format +++ b/.clang-format @@ -1,10 +1,20 @@ --- +BasedOnStyle: Chromium BreakBeforeBraces: GNU CompactNamespaces: 'false' +Cpp11BracedListStyle: 'true' FixNamespaceComments: 'true' +Language: Cpp NamespaceIndentation: All ObjCBinPackProtocolList: Always +SpaceInEmptyParentheses: 'false' +SpacesInAngles: 'true' +SpacesInCStyleCastParentheses: 'true' +SpacesInContainerLiterals: 'true' +SpacesInParentheses: 'true' +SpacesInSquareBrackets: 'true' Standard: Cpp11 +TabWidth: '4' UseTab: Always ...