Skip to content

Commit a1a7dac

Browse files
authored
Merge pull request square#64 from ravikumar-n/master
app:layout_* should sort above app:* in XML attributes
2 parents 8a1d1a7 + 36fa9a9 commit a1a7dac

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

configs/codestyles/SquareAndroid.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -383,6 +383,17 @@
383383
<order>BY_NAME</order>
384384
</rule>
385385
</section>
386+
<section>
387+
<rule>
388+
<match>
389+
<AND>
390+
<NAME>app:layout_.*</NAME>
391+
<XML_NAMESPACE>http://schemas.android.com/apk/res-auto</XML_NAMESPACE>
392+
</AND>
393+
</match>
394+
<order>BY_NAME</order>
395+
</rule>
396+
</section>
386397
<section>
387398
<rule>
388399
<match>

0 commit comments

Comments
 (0)