diff --git a/.editorconfig b/.editorconfig deleted file mode 100644 index 0ab5ea61ec..0000000000 --- a/.editorconfig +++ /dev/null @@ -1,13 +0,0 @@ -[*.{kt,kts}] - -indent_size = 4 -indent_style = space -insert_final_newline = true - -ij_kotlin_allow_trailing_comma = true -ij_kotlin_allow_trailing_comma_on_call_site = true - -ij_kotlin_imports_layout = *, java.**, javax.**, kotlin.**, ^ -ij_kotlin_packages_to_use_import_on_demand = java.util.*, kotlinx.android.synthetic.** - -max_line_length = 120 diff --git a/.gitignore b/.gitignore index dcdbe5fc57..3e96fb9767 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ # Built application files /build +/buildSrc # Local configuration file (sdk path, etc) local.properties @@ -32,4 +33,3 @@ local.properties **/fastlane/Preview.html **/fastlane/screenshots **/fastlane/test_output -/buildSrc/build/ diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml index 6527894333..8f2af51f2d 100644 --- a/.idea/codeStyles/Project.xml +++ b/.idea/codeStyles/Project.xml @@ -2,6 +2,10 @@ - + \ No newline at end of file diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml index ce1b62532a..5647ad7cfc 100644 --- a/.idea/inspectionProfiles/Project_Default.xml +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -4,8 +4,36 @@ + + + + + + + + + + + + + + + + @@ -15,6 +43,14 @@ + + + +