platform_system_core/.clang-format-2
Christopher Ferris 6c481b9a06 Remove PenaltyExcessCharacter from clang-formats.
This option can cause the number of columns to exceed 100.

Bug: 111310533

Test: NA
Change-Id: Icbda1ba9afbf68a29f2a13082df6ca65af3c0f37
2018-07-19 13:50:41 -07:00

9 lines
199 B
Text

BasedOnStyle: Google
AllowShortFunctionsOnASingleLine: Inline
ColumnLimit: 100
CommentPragmas: NOLINT:.*
DerivePointerAlignment: false
IndentWidth: 2
PointerAlignment: Left
TabWidth: 2
UseTab: Never