Disable Javadoc formatting in shared IDEA style config

We do not (yet) have an agreed-upon approach to Javadoc content and
style, therefore disable automatic formatting from within IDEA for now.
This commit is contained in:
Chris Beams 2015-01-20 11:40:28 +01:00
parent 60b51b4aa6
commit 38c241f9e6
No known key found for this signature in database
GPG Key ID: 3D214F8F5BC5ED73
1 changed files with 1 additions and 0 deletions

View File

@ -85,6 +85,7 @@
<package name="" withSubpackages="true" static="true" />
</value>
</option>
<option name="ENABLE_JAVADOC_FORMATTING" value="false" />
<XML>
<option name="XML_LEGACY_SETTINGS_IMPORTED" value="true" />
</XML>