Skip to content

Commit ccb5b37

Browse files
committed
Merge pull request square#27 from ravikumar-n/master
Added XML code style to format android:name tag.
2 parents 1df4eab + 34719e7 commit ccb5b37

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

configs/codestyles/SquareAndroid.xml

+10
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,16 @@
309309
</AND>
310310
</match>
311311
</rule>
312+
</section>
313+
<section>
314+
<rule>
315+
<match>
316+
<AND>
317+
<NAME>.*:name</NAME>
318+
<XML_NAMESPACE>http://schemas.android.com/apk/res/android</XML_NAMESPACE>
319+
</AND>
320+
</match>
321+
</rule>
312322
</section>
313323
<section>
314324
<rule>

0 commit comments

Comments
 (0)