]> nmode's Git Repositories - signal-cli/commitdiff
Update codeStyle config
authorAsamK <asamk@gmx.de>
Fri, 29 Dec 2017 13:51:58 +0000 (14:51 +0100)
committerAsamK <asamk@gmx.de>
Fri, 29 Dec 2017 13:52:13 +0000 (14:52 +0100)
.gitignore
.idea/codeStyleSettings.xml [deleted file]
.idea/codeStyles/Project.xml [new file with mode: 0644]
.idea/codeStyles/codeStyleConfig.xml [new file with mode: 0644]

index 96f13754598774271c812394e80977a8dd52af63..32ed5933ae3d13704bd4fbf5aec2afc00f12b575 100644 (file)
@@ -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 (file)
index f62dae5..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project version="4">
-  <component name="ProjectCodeStyleSettingsManager">
-    <option name="PER_PROJECT_SETTINGS">
-      <value>
-        <option name="LINE_SEPARATOR" value="&#10;" />
-        <option name="JD_P_AT_EMPTY_LINES" value="false" />
-        <XML>
-          <option name="XML_LEGACY_SETTINGS_IMPORTED" value="true" />
-        </XML>
-      </value>
-    </option>
-    <option name="USE_PER_PROJECT_SETTINGS" value="true" />
-  </component>
-</project>
\ No newline at end of file
diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml
new file mode 100644 (file)
index 0000000..1c20723
--- /dev/null
@@ -0,0 +1,11 @@
+<component name="ProjectCodeStyleConfiguration">
+  <code_scheme name="Project" version="173">
+    <option name="LINE_SEPARATOR" value="&#10;" />
+    <JavaCodeStyleSettings>
+      <option name="JD_P_AT_EMPTY_LINES" value="false" />
+    </JavaCodeStyleSettings>
+    <XML>
+      <option name="XML_LEGACY_SETTINGS_IMPORTED" value="true" />
+    </XML>
+  </code_scheme>
+</component>
\ No newline at end of file
diff --git a/.idea/codeStyles/codeStyleConfig.xml b/.idea/codeStyles/codeStyleConfig.xml
new file mode 100644 (file)
index 0000000..79ee123
--- /dev/null
@@ -0,0 +1,5 @@
+<component name="ProjectCodeStyleConfiguration">
+  <state>
+    <option name="USE_PER_PROJECT_SETTINGS" value="true" />
+  </state>
+</component>
\ No newline at end of file