diff --git a/.clang-format b/.clang-format new file mode 100644 index 0000000..43a67ab --- /dev/null +++ b/.clang-format @@ -0,0 +1,15 @@ +--- +BasedOnStyle: Microsoft +AlignAfterOpenBracket: Align +AllowShortIfStatementsOnASingleLine: Always +AllowShortLambdasOnASingleLine: All +AllowShortLoopsOnASingleLine: 'true' +PointerAlignment: Left +SpaceAfterCStyleCast: 'false' +SpaceAfterTemplateKeyword: 'false' +SpacesInCStyleCastParentheses: 'false' +SpacesInSquareBrackets: 'false' +TabWidth: '4' +UseTab: ForIndentation + +...