diff --git a/Contributor Guide.html b/Contributor Guide.html index 37025690dc7..505d8fd2802 100644 --- a/Contributor Guide.html +++ b/Contributor Guide.html @@ -137,7 +137,12 @@

Ensure All Tests Pass

Submit a Pull Request

-Be sure to link to the JIRA issue in your GitHub pull request. Also, go back to your JIRA issue and link to the pull request. +

+ Be sure to link to the JIRA issue in your GitHub pull request. Also, go back to your JIRA issue and link to the pull request. +

+

We use tabs for code indentation, not spaces. As this is not the default in Visual Studio, you will need to reconfigure Visual Studio to indent with tabs whenever you work on the NHibernate codebase. To make this easier, NHibernate has an + editorconfig configuration file to switch Visual Studio automatically between +tabs and spaces mode. It is recomended you install editorconfig from the Visual Studio Extension Manager.

Further Discussion