Unity-Technologies / com.unity.webrtc

WebRTC package for Unity
Other
738 stars 185 forks source link

refactor: Install managed code formatter #944

Closed karasusan closed 11 months ago

karasusan commented 11 months ago

This pull request installs managed code formatter provided by Microsoft. https://learn.microsoft.com/en-us/dotnet/core/tools/dotnet-format

This command refers to .editorconfig, to define C# code format. If you want to change the code format, please send me the PR with this config.

CI job of code-format validation runs each PR, and the job fails if there are some issues of code-format.