We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
N: amazon=http://schemas.amazon.com/apk/res/android N: android=http://schemas.android.com/apk/res/android E: manifest (line=1) A: android:versionCode(0x0101021b)=(type 0x10)0x97ebef ...
I figure the indent is broken.
Something like
if (line.match(/^( +)?N:/)) { namespaces += 1; continue; } if (namespaces > 1) { indentLength -= namespaces; }
Should fix the issue.
The text was updated successfully, but these errors were encountered:
Added bad fixes for rubenv#9 and rubenv#10.
9c82fa2
No branches or pull requests
I figure the indent is broken.
Something like
Should fix the issue.
The text was updated successfully, but these errors were encountered: