Proctorio.EditorConfig
- The project will be used to distribute a standardized set of code quality rules across all repos that include it.
There are two ways to clone this project:
- Click on Clone in VS Code.
- Open the project in Visual Studio.
- N/A
- user will import this into their project as a dependency, and it should automatically set the imported editorconfig file and properties as the root of config files.
- Open the project in your C# development environment.
- Build the project by using the command line -
dotnet restore
dotnet build
Tests are not yet implemented and may not ever be, as it is with eslint-config.
For further documentation on MS Test, please refer to Microsoft documentation on unit testing with MSTest.
- No Dependencies as of yet