From 7bef4104b262c86ecb3e426b07fcb879229d806a Mon Sep 17 00:00:00 2001 From: Torsten Grote Date: Mon, 14 Dec 2015 11:47:02 -0200 Subject: [PATCH] add coding style file to git to be shared and used by all devs --- .gitignore | 2 +- .idea/codeStyleSettings.xml | 262 ++++++++++++++++++++++++++++++++++++ 2 files changed, 263 insertions(+), 1 deletion(-) create mode 100644 .idea/codeStyleSettings.xml diff --git a/.gitignore b/.gitignore index 9b3a53d01..a436295be 100644 --- a/.gitignore +++ b/.gitignore @@ -16,7 +16,7 @@ Thumbs.db local.properties # Android Studio -.idea +.idea/* !.idea/codeStyleSettings.xml .gradle build/ diff --git a/.idea/codeStyleSettings.xml b/.idea/codeStyleSettings.xml new file mode 100644 index 000000000..adc3c281a --- /dev/null +++ b/.idea/codeStyleSettings.xml @@ -0,0 +1,262 @@ + + + + + + \ No newline at end of file