Skip to content

Commit 34719e7

Browse files
committed
Added XML codestyle to format android:name tag.
1 parent 95d6b0e commit 34719e7

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
@@ -308,6 +308,16 @@
308308
</AND>
309309
</match>
310310
</rule>
311+
</section>
312+
<section>
313+
<rule>
314+
<match>
315+
<AND>
316+
<NAME>.*:name</NAME>
317+
<XML_NAMESPACE>http://schemas.android.com/apk/res/android</XML_NAMESPACE>
318+
</AND>
319+
</match>
320+
</rule>
311321
</section>
312322
<section>
313323
<rule>

0 commit comments

Comments
 (0)