Here's my output:
<activity>
<intent-filter>
<category android:name="android.intent.category.LAUNCHER" />
<action android:name="android.intent.action.MAIN" />
</intent-filter>
</activity>
How can I left align the output with the same structure? (activity tag block left align)
Note: There are different spaces and tabs at the beginning.
Thank you very much!