diff options
| -rw-r--r-- | .clang-format.email | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.clang-format.email b/.clang-format.email new file mode 100644 index 000000000..c1d3a99e1 --- /dev/null +++ b/.clang-format.email @@ -0,0 +1,2 @@ +{BasedOnStyle: LLVM, IndentWidth: 2, UseTab: Never, BreakBeforeBraces: Linux, IndentCaseLabels: false, DerivePointerAlignment: false, PointerAlignment: Left, AlignTrailingComments: true, AllowShortBlocksOnASingleLine: false, AllowShortCaseLabelsOnASingleLine: false, AllowShortFunctionsOnASingleLine: false, AllowShortIfStatementsOnASingleLine: false, AllowShortLoopsOnASingleLine: false, ColumnLimit: 72} + |
