# Clang Format Styled **Repository Path**: functioner/clang-format-styled ## Basic Information - **Project Name**: Clang Format Styled - **Description**: No description available - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-31 - **Last Updated**: 2021-09-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # My Custom Style 1 BasedOnStyle: LLVM PointerAlignment: Right AccessModifierOffset: -4 IndentWidth: 4 AlignConsecutiveAssignments: false MaxEmptyLinesToKeep: 999 ObjCSpaceAfterProperty: true ObjCBlockIndentWidth: 4 AllowShortFunctionsOnASingleLine: false AllowShortIfStatementsOnASingleLine: false AlignTrailingComments: true SpacesInSquareBrackets: false SpacesInParentheses : false AlignConsecutiveDeclarations: false AlignConsecutiveAssignments: false SpaceBeforeAssignmentOperators: true SpacesInContainerLiterals: false IndentWrappedFunctionNames: true KeepEmptyLinesAtTheStartOfBlocks: true BreakConstructorInitializersBeforeComma: false AllowAllParametersOfDeclarationOnNextLine: false SpaceAfterCStyleCast: true AlwaysBreakTemplateDeclarations: true TabWidth: 4 UseTab: Never AlignAfterOpenBracket: Align NamespaceIndentation: All ColumnLimit: 100 #BreakBeforeBraces: GNU