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