diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2021-05-15 12:56:49 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2021-05-15 15:40:20 +0530 |
commit | 7e2eb2425e7b9b6ccb37b7b89f19de3fa7a20c44 (patch) | |
tree | 6b8a9557ac51b5fab5d2ad7611084cf0de6c57cf /.idea | |
parent | 2fcb285e276594842798be6990b92ba09e733f49 (diff) |
all: reformat with Spotless again
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to '.idea')
-rw-r--r-- | .idea/codeStyles/codeStyleConfig.xml | 2 | ||||
-rw-r--r-- | .idea/copyright/APS.xml | 2 | ||||
-rw-r--r-- | .idea/gradle.xml | 2 | ||||
-rw-r--r-- | .idea/jarRepositories.xml | 2 | ||||
-rw-r--r-- | .idea/kotlinScripting.xml | 2 | ||||
-rw-r--r-- | .idea/scopes/third_party.xml | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/.idea/codeStyles/codeStyleConfig.xml b/.idea/codeStyles/codeStyleConfig.xml index 79ee123c..0f7bc519 100644 --- a/.idea/codeStyles/codeStyleConfig.xml +++ b/.idea/codeStyles/codeStyleConfig.xml @@ -2,4 +2,4 @@ <state> <option name="USE_PER_PROJECT_SETTINGS" value="true" /> </state> -</component>
\ No newline at end of file +</component> diff --git a/.idea/copyright/APS.xml b/.idea/copyright/APS.xml index 5c3add79..be4d0e65 100644 --- a/.idea/copyright/APS.xml +++ b/.idea/copyright/APS.xml @@ -3,4 +3,4 @@ <option name="notice" value="Copyright © 2014-&#36;today.year The Android Password Store Authors. All Rights Reserved. SPDX-License-Identifier: GPL-3.0-only" /> <option name="myName" value="APS" /> </copyright> -</component>
\ No newline at end of file +</component> diff --git a/.idea/gradle.xml b/.idea/gradle.xml index 723fff50..2af52cc4 100644 --- a/.idea/gradle.xml +++ b/.idea/gradle.xml @@ -22,4 +22,4 @@ </GradleProjectSettings> </option> </component> -</project>
\ No newline at end of file +</project> diff --git a/.idea/jarRepositories.xml b/.idea/jarRepositories.xml index 730487eb..e9135e0d 100644 --- a/.idea/jarRepositories.xml +++ b/.idea/jarRepositories.xml @@ -37,4 +37,4 @@ <option name="url" value="file:$USER_HOME$/.m2/repository/" /> </remote-repository> </component> -</project>
\ No newline at end of file +</project> diff --git a/.idea/kotlinScripting.xml b/.idea/kotlinScripting.xml index bc444dea..78aa73da 100644 --- a/.idea/kotlinScripting.xml +++ b/.idea/kotlinScripting.xml @@ -3,4 +3,4 @@ <component name="KotlinScriptingSettings"> <option name="suppressDefinitionsCheck" value="true" /> </component> -</project>
\ No newline at end of file +</project> diff --git a/.idea/scopes/third_party.xml b/.idea/scopes/third_party.xml index 270b49b7..28c65850 100644 --- a/.idea/scopes/third_party.xml +++ b/.idea/scopes/third_party.xml @@ -1,3 +1,3 @@ <component name="DependencyValidationManager"> <scope name="third_party" pattern="src[Android-Password-Store.app]:mozilla.components.lib.publicsuffixlist..*" /> -</component>
\ No newline at end of file +</component> |