Files
LBPM/.clang-format

14 lines
228 B
Plaintext
Raw Normal View History

# clang-format
2021-01-22 10:05:16 -05:00
---
Language: Cpp
BasedOnStyle: LLVM
2021-01-22 10:05:16 -05:00
AccessModifierOffset: -4
IndentWidth: 4
2021-01-22 10:05:16 -05:00
# Our includes are not order-agnostic
SortIncludes: false
# Some of our comments include insightful insight
ReflowComments: false
...