From 7c52549f18b5ff257065945cdb148265476e71c8 Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Wed, 31 May 2023 11:40:32 +0200 Subject: [PATCH 1/3] Add codeStyles generated file from Android Studio to VCS. --- .idea/codeStyles/Project.xml | 123 +++++++++++++++++++++++++++ .idea/codeStyles/codeStyleConfig.xml | 5 ++ 2 files changed, 128 insertions(+) create mode 100644 .idea/codeStyles/Project.xml create mode 100644 .idea/codeStyles/codeStyleConfig.xml diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml new file mode 100644 index 0000000000..7643783a82 --- /dev/null +++ b/.idea/codeStyles/Project.xml @@ -0,0 +1,123 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/codeStyles/codeStyleConfig.xml b/.idea/codeStyles/codeStyleConfig.xml new file mode 100644 index 0000000000..79ee123c2b --- /dev/null +++ b/.idea/codeStyles/codeStyleConfig.xml @@ -0,0 +1,5 @@ + + + + \ No newline at end of file From c1deed1d3d7f67d7ede4ebdf77862c65fdc45d8d Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Wed, 31 May 2023 11:46:01 +0200 Subject: [PATCH 2/3] Formatting: set LINE_BREAK_AFTER_MULTILINE_WHEN_ENTRY to `false`. New default value for Android Studio is `true`. --- .idea/codeStyles/Project.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml index 7643783a82..cdef735570 100644 --- a/.idea/codeStyles/Project.xml +++ b/.idea/codeStyles/Project.xml @@ -1,6 +1,7 @@ + From 2e48923ddc470539edff6edf51180cefccb3b0c7 Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Wed, 31 May 2023 11:48:26 +0200 Subject: [PATCH 3/3] Add a shared dictionary to the project. --- .gitignore | 1 - .idea/dictionaries/shared.xml | 8 ++++++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 .idea/dictionaries/shared.xml diff --git a/.gitignore b/.gitignore index 345da6fb97..cde20b0085 100644 --- a/.gitignore +++ b/.gitignore @@ -48,7 +48,6 @@ captures/ .idea/navEditor.xml .idea/tasks.xml .idea/workspace.xml -.idea/dictionaries .idea/libraries # Android Studio 3 in .gitignore file. .idea/caches diff --git a/.idea/dictionaries/shared.xml b/.idea/dictionaries/shared.xml new file mode 100644 index 0000000000..216a8cbd20 --- /dev/null +++ b/.idea/dictionaries/shared.xml @@ -0,0 +1,8 @@ + + + + backstack + textfields + + +