aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2017-01-08 13:57:51 +0100
committerDmitry Vyukov <dvyukov@google.com>2017-01-09 20:20:49 +0100
commit327616bdb68e12be7d84cb5fdc21d8a032fcda5c (patch)
tree60a2f9bd98cc7e4cfb15781555b38f9ef63c0e35
parentb6f204a7e4955cdc1a41685110f3007cc8c29817 (diff)
Add kernel-ish clang-format style suitable for emails.
-rw-r--r--.clang-format.email2
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}
+