RL0310 - Ensures the indentation space is a multiple of the tab space
Tab characters are not allowed with source files, spaces must be inserted. To ensure the source code properly lines up, all leading whitespace must be an increment of the tab space length.
The tab space length can be configured (the default is a 4 spaces).
The message level can be configured to be
- Error Level
- Warning Level
- Information Level
- Debug Level (for internal use only)
Exceptions
- Leading space characters appearing within the Visual Studio designer source generated areas will be ignored.