YorVeX / xObsBeam

OBS plugin to transmit video and audio feeds between OBS instances, raw, or with lossless or lossy compression. NDI alternative.
https://obsproject.com/forum/resources/beam.1705/
MIT License
89 stars 5 forks source link

Code formatting cleanup #8

Closed YorVeX closed 1 year ago

YorVeX commented 1 year ago

The Beam code should be run through code analyzer checks (OmniSharp/.NET Analyzer). An .editorConfig should be created for this project and then all code should be run through it and have any warnings that come up handled. See here or here for options.

At the time of writing the standard code check already comes up with almost 200 points, so this should only be done when there is currently no other branch being worked on, otherwise merging might become a nightmare.