[Jython-checkins] jython: IntelliJ IDEA code style settings.

nicholas.riley jython-checkins at python.org
Wed Mar 21 19:29:54 CET 2012


http://hg.python.org/jython/rev/0fcf1066fecd
changeset:   6453:0fcf1066fecd
user:        Nicholas Riley <njriley at illinois.edu>
date:        Thu Mar 15 11:37:21 2012 -0400
summary:
  IntelliJ IDEA code style settings.

files:
  .idea/codeStyleSettings.xml |  16 ++++++++++++++++
  1 files changed, 16 insertions(+), 0 deletions(-)


diff --git a/.idea/codeStyleSettings.xml b/.idea/codeStyleSettings.xml
new file mode 100644
--- /dev/null
+++ b/.idea/codeStyleSettings.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+  <component name="ProjectCodeStyleSettingsManager">
+    <option name="PER_PROJECT_SETTINGS">
+      <value>
+        <codeStyleSettings language="JAVA">
+          <indentOptions>
+            <option name="TAB_SIZE" value="8" />
+          </indentOptions>
+        </codeStyleSettings>
+      </value>
+    </option>
+    <option name="USE_PER_PROJECT_SETTINGS" value="true" />
+  </component>
+</project>
+

-- 
Repository URL: http://hg.python.org/jython


More information about the Jython-checkins mailing list