diff --git a/.clang-format b/.clang-format new file mode 100644 index 0000000..a719e81 --- /dev/null +++ b/.clang-format @@ -0,0 +1,19 @@ +--- +Language: Cpp +BasedOnStyle: Google + +AccessModifierOffset: -2 +AlignAfterOpenBracket: AlwaysBreak +BraceWrapping: + AfterClass: true + AfterFunction: true + AfterNamespace: true + AfterStruct: true +BreakBeforeBraces: Custom +ColumnLimit: 100 +ConstructorInitializerIndentWidth: 0 +ContinuationIndentWidth: 4 +DerivePointerAlignment: false +PointerAlignment: Middle +ReflowComments: false +IndentWidth: 4 \ No newline at end of file