Skip to content

Commit

Permalink
Update coding-standards.md
Browse files Browse the repository at this point in the history
ReSharper doesn't seem to deal with tabs vs. spaces, but some projects (Castle.Core in particular) have an .editorconfig file with the correct settings. But this file needs a corresponding extension to work.
  • Loading branch information
balefrost committed Feb 28, 2016
1 parent 610d544 commit 4dad29d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coding-standards.md
Expand Up @@ -6,7 +6,7 @@ The following establishes the basis of Castle coding standard. Please, be a nice


## Indentation ## Indentation


It was recently discussed and decided that all files (source code, xml and html) **must use tabs** for indentation. If you use ReSharper, it will probably configure itself to match this when you open a project solution from Castle source repository. It was recently discussed and decided that all files (source code, xml and html) **must use tabs** for indentation. It's possible to change these settings in Visual Studio in Tools/Options/Text Editor/<language>/Tabs. But these settings are global and will affect all projects. The [EditorConfig](https://visualstudiogallery.msdn.microsoft.com/c8bccfe2-650c-4b42-bc5c-845e21f96328) extension allows the settings to be specified on a solution-by-solution (or project-by-project) basis. Some Castle projects have a corresponding .editorconfig file, and should pick up the indentation settings automatically.


## Header ## Header


Expand Down

0 comments on commit 4dad29d

Please sign in to comment.