platform_system_security/.clang-format
Shawn Willden f62a22e735 Add PREUPLOAD to require clang-format.
Also move .clang-format to top of repo.

Test: N/A
Change-Id: I1d25c570bd4975a63fff88ef0b79057fe88f8848
2017-12-04 17:06:49 -07:00

10 lines
255 B
YAML

BasedOnStyle: LLVM
IndentWidth: 4
UseTab: Never
BreakBeforeBraces: Attach
AllowShortFunctionsOnASingleLine: Inline
AllowShortIfStatementsOnASingleLine: true
IndentCaseLabels: false
ColumnLimit: 100
PointerBindsToType: true
SpacesBeforeTrailingComments: 2