1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-06 19:53:08 +08:00

Add peppy's suggestion (part 2)

Co-Authored-By: Dean Herbert <pe@ppy.sh>
This commit is contained in:
Luxiono 2019-11-27 21:12:45 -05:00 committed by GitHub
parent 078e0c1058
commit 32aa624ef3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -82,7 +82,7 @@ Sometimes it may be necessary to cross-test changes in [osu-resources](https://g
### Code analysis
Before committing your code, please run a code formatter. This can be achieved with running `dotnet format` in the command line, or the `Format code` command in your IDE.
Before committing your code, please run a code formatter. This can be achieved by running `dotnet format` in the command line, or using the `Format code` command in your IDE.
We have adopted some cross-platform, compiler integrated analyzers. They can provide warnings when you are editing, building inside IDE or from command line, as-if they are provided by the compiler itself.