UnityTech / UIWidgets

UIWidget is a Unity Package which helps developers to create, debug and deploy efficient, cross-platform Apps.
Other
1.97k stars 256 forks source link

Setting the correct format for C#. #414

Closed ghost closed 4 years ago

ghost commented 4 years ago

Writing function arguments on multiple lines in C# is not formatted properly. The position of blanks and brackets is incorrect. I have tried VisualStudio2017 and VSCode, but both have incorrect formats. Is there a good formatter? Or if you have the correct format settings, please let me know.

zhuxingwei commented 4 years ago

Hi, we apply the code style format as described in https://github.com/UnityTech/UIWidgets/blob/master/CONTRIBUTING.md in UIWidgets.

ghost commented 4 years ago

Thank you for your response.  I will consider purchasing Rider.😅