platform_system_core/.clang-format-4
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

11 lines
251 B
Text

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