1
0
mirror of https://github.com/fmtlib/fmt.git synced 2025-01-27 06:35:37 +00:00
fmt/.clang-format

9 lines
231 B
Plaintext
Raw Normal View History

2019-01-12 18:27:38 -08:00
# Run manually to reformat a file:
# clang-format -i --style=file <file>
Language: Cpp
BasedOnStyle: Google
IndentPPDirectives: AfterHash
IndentCaseLabels: false
AlwaysBreakTemplateDeclarations: false
DerivePointerAlignment: false