nextcloud-talk-android/.idea/inspectionProfiles/ktlint.xml
Andy Scherzinger 5b5d18e93a
add formatter rules to comply with ktlint checks
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2021-04-27 18:16:26 +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>