From 4dad29d5470ecdcc26cd7eb01a7e42597130e6b4 Mon Sep 17 00:00:00 2001 From: balefrost Date: Sun, 28 Feb 2016 11:34:51 -0500 Subject: [PATCH] Update coding-standards.md 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. --- coding-standards.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coding-standards.md b/coding-standards.md index 16c729e..578793b 100644 --- a/coding-standards.md +++ b/coding-standards.md @@ -6,7 +6,7 @@ The following establishes the basis of Castle coding standard. Please, be a nice ## 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