Skip to content

Commit

Permalink
Add .editorconfig guidelines in the Contributor Guide documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
rbirkby authored and oskarb committed Dec 30, 2012
1 parent 58af89e commit 3c89ffa
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Contributor Guide.html
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,12 @@ <h3>Ensure All Tests Pass</h3>

<h2>Submit a Pull Request</h2>

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.
<p>
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.
</p>
<p>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
<a href="http://www.editorconfig.org/">editorconfig</a> configuration file to switch Visual Studio automatically between
tabs and spaces mode. It is recomended you install editorconfig from the Visual Studio Extension Manager.</p>

<h2>Further Discussion</h2>

Expand Down

0 comments on commit 3c89ffa

Please sign in to comment.