You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tabs are used for indentation in C# files - (i assume it's just using the global editor.insertSpaces value, ignoring editor.detectIndentation and the language-specific editor.insertSpaces.)
The text was updated successfully, but these errors were encountered:
Environment data
dotnet --info
output: (this has nothing to do with compilation)VS Code version:
1.13.1
C# Extension version:
1.10.0
Steps to reproduce
Expected behavior
the configured indentation is used:
Actual behavior
tabs are used for indentation in C# files - (i assume it's just using the global
editor.insertSpaces
value, ignoringeditor.detectIndentation
and the language-specificeditor.insertSpaces
.)The text was updated successfully, but these errors were encountered: