Synopsis: | Use spaces instead of tabs |
Language: | C# |
Severity Level: | 9 |
Category: | Coding style |
Description: |
Different applications interpret tabs differently. Always use spaces instead of tabs. You should change the settings in Visual Studio (or any other editor) for that. |