nextcloud-android/.idea/inspectionProfiles/ktlint.xml
Andy Scherzinger 0051efc025
project IDE config for ktlint
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2020-10-23 20:50:35 +02:00

7 lines
359 B
XML

<component name="InspectionProjectProfileManager">
<profile version="1.0">
<option name="myName" value="ktlint" />
<inspection_tool class="KotlinUnusedImport" enabled="true" level="ERROR" enabled_by_default="true" />
<inspection_tool class="RedundantSemicolon" enabled="true" level="ERROR" enabled_by_default="true" />
</profile>
</component>