Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 461 Bytes

CONTRIBUTING.md

File metadata and controls

10 lines (6 loc) · 461 Bytes

Contributing

C# Coding Style

  1. Use four spaces of indentation, no tabs.

  2. When editing existing files, keep new code and changes consistent with the style in the files. Do not restyle files adopted from other repositories, they need to stay easily mergeable.

  3. For new files follow settings in .editorconfig adopted from dotnet/runtime repository.