Add a .clang-format file.

Change-Id: I6c4c492d9b571dd654b4993d1de1827813963ce1
This commit is contained in:
Dan Albert 2015-08-24 11:27:58 -07:00
parent 079fc83313
commit 6e68c07550

11
.clang-format Normal file
View File

@ -0,0 +1,11 @@
BasedOnStyle: Google
AllowShortBlocksOnASingleLine: false
AllowShortFunctionsOnASingleLine: false
CommentPragmas: NOLINT:.*
DerivePointerAlignment: false
IndentWidth: 2
PointerAlignment: Left
TabWidth: 2
UseTab: Never
PenaltyExcessCharacter: 32