[
https://issues.apache.org/jira/browse/THRIFT-2729?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14211388#comment-14211388
]
Konrad Grochowski commented on THRIFT-2729:
-------------------------------------------
thanks for remaining about tutorial & test, commit amended:
https://github.com/hcorg/thrift/commit/fe88dc1ef4bf0a734e5fb9eb103ca6a791ae96d1
*make style* sounds good, especially if we could connect other tools for other
languages to it. (clang-format supports Java and Java Script, but I've never
check how that's work).
Maybe it's possible to create .clang-format consistent with c_glib library...
currently I run clang-format this way, adding it to makefile should be simple:
{{find tutorial/cpp -name \*\.h -or -name \*\.cpp -or -name \*\.cc | xargs
clang-format -i}}
> C++ coding standards
> --------------------
>
> Key: THRIFT-2729
> URL: https://issues.apache.org/jira/browse/THRIFT-2729
> Project: Thrift
> Issue Type: Sub-task
> Components: C++ - Library
> Reporter: Konrad Grochowski
> Attachments: .clang-format, CPPLINT.cfg
>
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)