Hi all, what are the code formatting rules for LLDB? It is obviously not the normal LLVM style, but it doesn't come with a pre-made .clang_format config either. There are also inconsistencies in other ways, i.e. LLVM normally prefers the C++ wrappers like <cstddef> over stddef.h etc. Joerg