diff --git a/.clang-format b/.clang-format new file mode 100644 index 0000000..e27109d --- /dev/null +++ b/.clang-format @@ -0,0 +1,19 @@ +--- +Language: Cpp +BasedOnStyle: Google + +AccessModifierOffset: -4 +AlignAfterOpenBracket: AlwaysBreak +BreakBeforeBraces: Allman +ColumnLimit: 100 +ConstructorInitializerIndentWidth: 4 +ContinuationIndentWidth: 4 +DerivePointerAlignment: false +PointerAlignment: Middle +ReflowComments: false +AllowShortBlocksOnASingleLine: false +BreakConstructorInitializers: AfterColon +BreakInheritanceList: AfterColon +AllowShortFunctionsOnASingleLine: Inline +IndentWidth: 4 +... diff --git a/docker/entrypoint.bash b/docker/entrypoint.bash old mode 100644 new mode 100755