Files
git-tfs/.editorconfig
Philippe Miossec b2e527d234 Add a file to set space settings of VisualStudio automatically
Using the EditorConfig Extension http://visualstudiogallery.msdn.microsoft.com/c8bccfe2-650c-4b42-bc5c-845e21f96328 ,
VisualStudio could open the git-tfs solution with the good space configuration. Easier for new contributions! ;)

See http://editorconfig.org for more details
2013-03-08 21:52:29 +01:00

13 lines
327 B
INI

; Visual Studio Extension : http://visualstudiogallery.msdn.microsoft.com/c8bccfe2-650c-4b42-bc5c-845e21f96328
; See http://editorconfig.org/ for more informations
; Top-most EditorConfig file
root = true
; Windows-style newlines
[*]
end_of_line = CRLF
; 4-column space indentation
[*.cs]
indent_style = space
indent_size = 4