Browse Source

Add note about .editorconfig

pull/828/head
Christopher F 7 years ago
parent
commit
8d8de59f3f
1 changed files with 5 additions and 1 deletions
  1. +5
    -1
      CONTRIBUTING.md

+ 5
- 1
CONTRIBUTING.md View File

@@ -41,4 +41,8 @@ We attempt to conform to the .NET Foundation's [Coding Style](https://github.com
where possible.

As a general rule, follow the coding style already set in the file you
are editing, or look at a similar file if you are adding a new one.
are editing, or look at a similar file if you are adding a new one.

We also provide an `.editorconfig` to define standard rules and
practices across our codebase. Please be sure to use the appropriate
plugin for your editor, if one exists.

Loading…
Cancel
Save