freebsd_amp_hwpstate/.clang-format

18 lines
322 B
Plaintext
Raw Normal View History

BasedOnStyle: LLVM
---
Language: Cpp
AlwaysBreakTemplateDeclarations: true
AllowShortFunctionsOnASingleLine: Inline
BreakBeforeBraces: Custom
BraceWrapping:
AfterClass: true
AfterFunction: true
PointerAlignment: Left
# Disable formatting options which may break tests.
SortIncludes: false
ReflowComments: false
---