From c5d91933b880ac18d1c88fe6f8bbed32bd5a8aa1 Mon Sep 17 00:00:00 2001 From: AsamK Date: Fri, 29 Dec 2017 14:51:58 +0100 Subject: [PATCH] Update codeStyle config --- .gitignore | 4 ++-- .idea/codeStyleSettings.xml | 15 --------------- .idea/codeStyles/Project.xml | 11 +++++++++++ .idea/codeStyles/codeStyleConfig.xml | 5 +++++ 4 files changed, 18 insertions(+), 17 deletions(-) delete mode 100644 .idea/codeStyleSettings.xml create mode 100644 .idea/codeStyles/Project.xml create mode 100644 .idea/codeStyles/codeStyleConfig.xml diff --git a/.gitignore b/.gitignore index 96f13754..32ed5933 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ .gradle/ -.idea/ +.idea/* +!.idea/codeStyles/ build/ *~ *.swp @@ -8,4 +9,3 @@ local.properties .classpath .project .settings/ - diff --git a/.idea/codeStyleSettings.xml b/.idea/codeStyleSettings.xml deleted file mode 100644 index f62dae59..00000000 --- a/.idea/codeStyleSettings.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml new file mode 100644 index 00000000..1c207237 --- /dev/null +++ b/.idea/codeStyles/Project.xml @@ -0,0 +1,11 @@ + + + + \ No newline at end of file diff --git a/.idea/codeStyles/codeStyleConfig.xml b/.idea/codeStyles/codeStyleConfig.xml new file mode 100644 index 00000000..79ee123c --- /dev/null +++ b/.idea/codeStyles/codeStyleConfig.xml @@ -0,0 +1,5 @@ + + + + \ No newline at end of file