From: AsamK Date: Fri, 29 Dec 2017 13:51:58 +0000 (+0100) Subject: Update codeStyle config X-Git-Tag: v0.6.0~9 X-Git-Url: https://git.nmode.ca/signal-cli/commitdiff_plain/c5d91933b880ac18d1c88fe6f8bbed32bd5a8aa1?ds=inline Update codeStyle config --- 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