Skip to content

Instantly share code, notes, and snippets.

@bbeck
Created August 13, 2012 16:16
Show Gist options
  • Save bbeck/3342273 to your computer and use it in GitHub Desktop.
Save bbeck/3342273 to your computer and use it in GitHub Desktop.
Coding style for IntelliJ
<?xml version="1.0" encoding="UTF-8"?>
<code_scheme name="Bazaarvoice">
<option name="FIELD_NAME_PREFIX" value="_" />
<option name="CLASS_COUNT_TO_USE_IMPORT_ON_DEMAND" value="999" />
<option name="NAMES_COUNT_TO_USE_IMPORT_ON_DEMAND" value="999" />
<option name="JD_DO_NOT_WRAP_ONE_LINE_COMMENTS" value="true" />
<XML>
<option name="XML_LEGACY_SETTINGS_IMPORTED" value="true" />
</XML>
<codeStyleSettings language="JAVA">
<option name="SPACE_BEFORE_ARRAY_INITIALIZER_LBRACE" value="true" />
</codeStyleSettings>
</code_scheme>
@bbeck
Copy link
Author

bbeck commented Aug 13, 2012

~/Library/Preferences/IdeaIC11/codestyles/Bazaarvoice.xml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment