From 327616bdb68e12be7d84cb5fdc21d8a032fcda5c Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Sun, 8 Jan 2017 13:57:51 +0100 Subject: Add kernel-ish clang-format style suitable for emails. --- .clang-format.email | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .clang-format.email 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} + -- cgit mrf-deployment