diff options
| author | Amit Kumar <amitkma@e.email> | 2021-04-27 22:19:39 +0530 | 
|---|---|---|
| committer | Amit Kumar <amitkma@e.email> | 2021-04-27 22:19:39 +0530 | 
| commit | 05fca2863a198db5d58fd55db6c5d7b67fd46e58 (patch) | |
| tree | 952fa67f0f03adf081ecec55a9c1bc0a920df7d1 /.idea/inspectionProfiles/ktlint.xml | |
| download | advanced-privacy-05fca2863a198db5d58fd55db6c5d7b67fd46e58.tar.gz | |
Initial setup
Diffstat (limited to '.idea/inspectionProfiles/ktlint.xml')
| -rw-r--r-- | .idea/inspectionProfiles/ktlint.xml | 7 | 
1 files changed, 7 insertions, 0 deletions
| diff --git a/.idea/inspectionProfiles/ktlint.xml b/.idea/inspectionProfiles/ktlint.xml new file mode 100644 index 0000000..7d04a74 --- /dev/null +++ b/.idea/inspectionProfiles/ktlint.xml @@ -0,0 +1,7 @@ +<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> | 
