Files
winamp/dep/fmt/.clang-format
Connor McLaughlin 830f097aad dep: Add fmt 9.0.0
2022-07-21 17:29:57 +10:00

9 lines
231 B
YAML

# Run manually to reformat a file:
# clang-format -i --style=file <file>
Language: Cpp
BasedOnStyle: Google
IndentPPDirectives: AfterHash
IndentCaseLabels: false
AlwaysBreakTemplateDeclarations: false
DerivePointerAlignment: false