Skip to content

Commit d848e2f

Browse files
committed
Merge pull request square#23 from square/jw/classlayout
Put class and layout non-namespaced attributes first.
2 parents cddd8a5 + 1958a7b commit d848e2f

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)