LBPM/.clang-format

14 lines
228 B
Plaintext
Raw Permalink Normal View History

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