Switching tabs to spaces Permanently deleted user Created November 06, 2013 15:49 Hello!Is there a convenient approach to change indentation from tabs to spaces in PsiFile?Anton
There is an action for that in the Edit menu.
Yeah, but I need to do it through API.
https://github.com/JetBrains/intellij-community/blob/master/platform/platform-impl/src/com/intellij/openapi/editor/actions/ConvertIndentsActionBase.java
Thank you!