Back to Intellij Community

ProblematicWhitespace

platform/platform-resources-en/src/inspectionDescriptions/ProblematicWhitespace.html

2025.3-rc-2306 B
Original Source

Reports the following problems:

  • Tabs used for indentation when the code style is configured to use only spaces.
  • Spaces used for indentation when the code style is configured to use only tabs.
  • Spaces used for indentation and tabs used for alignment when the code style is configured to use smart tabs.