-
Notifications
You must be signed in to change notification settings - Fork 127
Open
Description
I read the http://clang.llvm.org/docs/ClangFormatStyleOptions.html and do lots of test , but I don't know how to set the following style:
don't care about the '\', it is correct on my pc ,and I don't know how to make it correct in the markdown.
expect:
#define AUTO_CTL(name) \
{ \
#name, name##_cb \
}now:
#define AUTO_CTL(name) \
{ \
#name, name##_cb \
}Metadata
Metadata
Assignees
Labels
No labels