Add kernel-ish clang-format style suitable for emails.

This commit is contained in:
Dmitry Vyukov 2017-01-08 13:57:51 +01:00
parent b6f204a7e4
commit 327616bdb6

2
.clang-format.email Normal file
View File

@ -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}