Demogorgon314 commented on code in PR #64: URL: https://github.com/apache/pulsar-client-cpp/pull/64#discussion_r1002808672
########## .clang-format: ########## @@ -19,7 +19,7 @@ BasedOnStyle: Google IndentWidth: 4 ColumnLimit: 110 -SortIncludes: false +SortIncludes: true Review Comment: The value should be `CaseInsensitive` or `CaseSensitive `, see https://clang.llvm.org/docs/ClangFormatStyleOptions.html -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
