style: AndroidManifest.xml's '<application' opening tag is indented by 3 spaces instead of 4 #125
Closed
1 task done
Labels
style
Changes that do not affect the meaning of the code
Description
The generated AndroidManfiest.xml has one less space for the indentation of the
<application
opening tag, whereas the</application>
closing tag has the proper four spaces.Steps To Reproduce
very_good create flutter_app my_app
cd my_app/android/src/main/
cat AndroidManfiest.xml
Expected Behavior
Both the opening and the closing tag would have four spaces of indentation
Exhibit
Requirements
The text was updated successfully, but these errors were encountered: