TIM-VX/.clang-format

6 lines
146 B
Plaintext
Raw Normal View History

# Run manually to reformat a file:
# clang-format -i --style=file <file>
BasedOnStyle: Google
DerivePointerAlignment: false
ReflowComments: false