# .clang-format for native code portion BasedOnStyle: Google # force T* or T& DerivePointerAlignment: false PointerAlignment: Left TabWidth: 4 IndentWidth: 4 UseTab: Always IndentPPDirectives: BeforeHash AllowAllParametersOfDeclarationOnNextLine: true AllowShortBlocksOnASingleLine: false AllowShortFunctionsOnASingleLine: InlineOnly AllowShortIfStatementsOnASingleLine: Never AllowShortLoopsOnASingleLine: false BinPackArguments: true BinPackParameters: true BreakConstructorInitializers: BeforeColon BreakStringLiterals: false ColumnLimit: 100 CompactNamespaces: false ConstructorInitializerAllOnOneLineOrOnePerLine: true ContinuationIndentWidth: 0 # turning this on causes major issues with initalizer lists Cpp11BracedListStyle: false SpaceBeforeCpp11BracedList: true FixNamespaceComments: true NamespaceIndentation: All ReflowComments: true SortIncludes: CaseInsensitive SortUsingDeclarations: true SpacesInSquareBrackets: false SpaceBeforeParens: Never SpacesBeforeTrailingComments: 1