device/generic/trusty/.clang-format

11 lines
255 B
Plaintext
Raw Permalink Normal View History

2025-08-25 08:28:21 +08:00
BasedOnStyle: LLVM
IndentWidth: 4
UseTab: Never
BreakBeforeBraces: Attach
AllowShortFunctionsOnASingleLine: Inline
AllowShortIfStatementsOnASingleLine: true
IndentCaseLabels: false
ColumnLimit: 100
PointerBindsToType: true
SpacesBeforeTrailingComments: 2