Skip to content

Commit 1958a7b

Browse files
committed
Put class and layout non-namespaced attributes first.
1 parent cddd8a5 commit 1958a7b

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

configs/codestyles/SquareAndroid.xml

+14
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,20 @@
247247
</indentOptions>
248248
<arrangement>
249249
<rules>
250+
<section>
251+
<rule>
252+
<match>
253+
<NAME>class</NAME>
254+
</match>
255+
</rule>
256+
</section>
257+
<section>
258+
<rule>
259+
<match>
260+
<NAME>layout</NAME>
261+
</match>
262+
</rule>
263+
</section>
250264
<section>
251265
<rule>
252266
<match>

0 commit comments

Comments
 (0)