>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
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
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