diff --git a/.editorconfig b/.editorconfig index d2aef5ea..9b1c6c58 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,4 +1,24 @@ +[*] +charset = utf-8 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true + [*.{kt,kts}] -indent_size=4 -insert_final_newline=true -max_line_length=100 +indent_size = 4 +max_line_length = 100 + +[app/src/main/res/values-*/strings.xml] +insert_final_newline = unset +trim_trailing_whitespace = unset + +[*.md] +trim_trailing_whitespace = false + +[gradlew.bat] +charset = latin1 +end_of_line = crlf +insert_final_newline = false + +[.editorconfig] +ij_editorconfig_spaces_around_assignment_operators = true diff --git a/.github/workflows/client.yml b/.github/workflows/client.yml index 40fa9fc4..be19d3b7 100644 --- a/.github/workflows/client.yml +++ b/.github/workflows/client.yml @@ -32,4 +32,4 @@ jobs: java-version: 11 - name: Build - run: ./gradlew compileDebugAndroidTestSources check assemble ktlintCheck \ No newline at end of file + run: ./gradlew compileDebugAndroidTestSources check assemble ktlintCheck diff --git a/.gitignore b/.gitignore index ec605697..5a81439f 100644 --- a/.gitignore +++ b/.gitignore @@ -6,11 +6,12 @@ hs_err_pid* ## Intellij out/ -lib/ +/lib/ .idea/* !.idea/runConfigurations* !.idea/inspectionProfiles* !.idea/codeStyles* +!.idea/dictionaries* *.ipr *.iws *.iml @@ -33,7 +34,8 @@ local.properties ## NetBeans **/nbproject/private/ -build/ +/build/ +/app/build/ nbbuild/ dist/ nbdist/ @@ -50,6 +52,3 @@ gradle-app.setting ## Android gen/ - -## Prebuilt -Backup.apk diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml index 35a40e4e..f653d484 100644 --- a/.idea/codeStyles/Project.xml +++ b/.idea/codeStyles/Project.xml @@ -4,15 +4,6 @@ -