Re:Re: Re: Add Clang format action

2021-11-17 Thread 陈明雨
>For the Java code format in IDE, you can take an example of >servicecomb-java-chassis here[1] >We can do some customization on the Google Java code format. > >[1]https://github.com/apache/servicecomb-java-chassis/tree/master/etc Thanks a lot, I will take a deep dive into it -- 此致!Best Regard

Re: Re: Add Clang format action

2021-11-17 Thread Willem Jiang
For the Java code format in IDE, you can take an example of servicecomb-java-chassis here[1] We can do some customization on the Google Java code format. [1]https://github.com/apache/servicecomb-java-chassis/tree/master/etc Willem Jiang Twitter: willemjiang Weibo: 姜宁willem On Wed, Nov 17, 2021

Re: Add Clang format action

2021-11-16 Thread ling miao
If we use IDE, will the code be formatted automatically? Ling Miao 陈明雨 于2021年11月17日周三 上午12:38写道: > Hi all: > > > I made a pull request[1] to add clang format action[2]. > > > This action will check the BE code format when a new PR is submitted. > In the follow-up, I will format the BE code onc