diff --git a/.clang-format b/.clang-format new file mode 100644 index 0000000..4b41897 --- /dev/null +++ b/.clang-format @@ -0,0 +1,24 @@ +BasedOnStyle: Microsoft +AccessModifierOffset: -4 +AlwaysBreakTemplateDeclarations: 'Yes' +AlignAfterOpenBracket: DontAlign +AlignTrailingComments: 'true' +AllowAllParametersOfDeclarationOnNextLine: 'false' +BreakBeforeBinaryOperators: None +BreakBeforeBraces: Allman +BreakConstructorInitializers: BeforeComma +ColumnLimit: '120' +ExperimentalAutoDetectBinPacking: 'false' +NamespaceIndentation: None +MaxEmptyLinesToKeep: 2 +PointerAlignment: Right +SpaceInEmptyParentheses: 'false' +SpacesInAngles: 'true' +SpacesInCStyleCastParentheses: 'true' +SpacesInContainerLiterals: 'true' +SpacesInParentheses: 'true' +SpacesInSquareBrackets: 'true' +TabWidth: '4' +UseTab: Always +FixNamespaceComments: 'true' +IndentCaseLabels: 'true' \ No newline at end of file