Files
ceres-solver/.clang-format
T

8 lines
164 B
YAML
Raw Normal View History

2018-09-25 00:15:22 -07:00
BasedOnStyle: Google
Standard: Cpp11
2018-09-25 00:15:22 -07:00
BinPackArguments: false
BinPackParameters: false
PointerAlignment: Left
DerivePointerAlignment: false
2020-09-08 17:51:32 +02:00
CommentPragmas: NOLINT.*