673e0aeb9d
Adds the deviceManager.xml file, which configures device sorting within the IDE, to the `.idea` directory. This ensures consistent device management across different developer environments.
13 lines
351 B
XML
13 lines
351 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project version="4">
|
|
<component name="DeviceTable">
|
|
<option name="columnSorters">
|
|
<list>
|
|
<ColumnSorterState>
|
|
<option name="column" value="Name" />
|
|
<option name="order" value="ASCENDING" />
|
|
</ColumnSorterState>
|
|
</list>
|
|
</option>
|
|
</component>
|
|
</project> |