Notes

指导与文档

简要文档

clang-format style

{ 
    BasedOnStyle: LLVM, 
    IndentWidth: 4, 
    AlignConsecutiveAssignments: true, 
    AlignConsecutiveDeclarations: true, 
    BinPackParameters: false 
}