diff --git a/.clang-format b/.clang-format new file mode 100644 index 00000000..bc6a82db --- /dev/null +++ b/.clang-format @@ -0,0 +1,12 @@ +--- +BasedOnStyle: LLVM +IndentWidth: 4 +--- +Language: Cpp +AlignEscapedNewlinesLeft: true +BreakBeforeBraces: Allman +BreakBeforeTernaryOperators: false +AllowShortBlocksOnASingleLine: false +AllowShortIfStatementsOnASingleLine: false +ColumnLimit: 100 +---