Check that AltiVec is enabled before using it
[openal-soft.git] / fmt-11.0.2 / .clang-format
blobdf55d340f018f5faae470f58fb06507148728e2c
1 # Run manually to reformat a file:
2 # clang-format -i --style=file <file>
3 Language: Cpp
4 BasedOnStyle: Google
5 IndentPPDirectives: AfterHash
6 IndentCaseLabels: false
7 AlwaysBreakTemplateDeclarations: false
8 DerivePointerAlignment: false