langtools/make/intellij/codeStyleSettings.xml
author mcimadamore
Tue, 01 Jul 2014 17:23:46 +0100
changeset 25302 7d48ff633279
child 25697 b71804e27eb1
permissions -rw-r--r--
8048905: More tweaking with langtools intellij support Summary: Add support for 'jtreg.home' property; fix code width to be 80; disable import optimizations Reviewed-by: vromero
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
25302
7d48ff633279 8048905: More tweaking with langtools intellij support
mcimadamore
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
7d48ff633279 8048905: More tweaking with langtools intellij support
mcimadamore
parents:
diff changeset
     2
<project version="4">
7d48ff633279 8048905: More tweaking with langtools intellij support
mcimadamore
parents:
diff changeset
     3
  <component name="ProjectCodeStyleSettingsManager">
7d48ff633279 8048905: More tweaking with langtools intellij support
mcimadamore
parents:
diff changeset
     4
    <option name="PER_PROJECT_SETTINGS">
7d48ff633279 8048905: More tweaking with langtools intellij support
mcimadamore
parents:
diff changeset
     5
      <value>
7d48ff633279 8048905: More tweaking with langtools intellij support
mcimadamore
parents:
diff changeset
     6
        <option name="CLASS_COUNT_TO_USE_IMPORT_ON_DEMAND" value="999" />
7d48ff633279 8048905: More tweaking with langtools intellij support
mcimadamore
parents:
diff changeset
     7
        <option name="NAMES_COUNT_TO_USE_IMPORT_ON_DEMAND" value="999" />
7d48ff633279 8048905: More tweaking with langtools intellij support
mcimadamore
parents:
diff changeset
     8
        <option name="RIGHT_MARGIN" value="80" />
7d48ff633279 8048905: More tweaking with langtools intellij support
mcimadamore
parents:
diff changeset
     9
        <XML>
7d48ff633279 8048905: More tweaking with langtools intellij support
mcimadamore
parents:
diff changeset
    10
          <option name="XML_LEGACY_SETTINGS_IMPORTED" value="true" />
7d48ff633279 8048905: More tweaking with langtools intellij support
mcimadamore
parents:
diff changeset
    11
        </XML>
7d48ff633279 8048905: More tweaking with langtools intellij support
mcimadamore
parents:
diff changeset
    12
      </value>
7d48ff633279 8048905: More tweaking with langtools intellij support
mcimadamore
parents:
diff changeset
    13
    </option>
7d48ff633279 8048905: More tweaking with langtools intellij support
mcimadamore
parents:
diff changeset
    14
    <option name="USE_PER_PROJECT_SETTINGS" value="true" />
7d48ff633279 8048905: More tweaking with langtools intellij support
mcimadamore
parents:
diff changeset
    15
  </component>
7d48ff633279 8048905: More tweaking with langtools intellij support
mcimadamore
parents:
diff changeset
    16
</project>
7d48ff633279 8048905: More tweaking with langtools intellij support
mcimadamore
parents:
diff changeset
    17