b2e527d234
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
13 lines
327 B
INI
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 |