From 8d8de59f3f7ade2672a58a0850fe0ba71c20aac0 Mon Sep 17 00:00:00 2001 From: Christopher F Date: Wed, 22 Nov 2017 19:44:40 -0500 Subject: [PATCH] Add note about .editorconfig --- CONTRIBUTING.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8248291e8..7fd9ad538 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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. \ No newline at end of file +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. \ No newline at end of file