diff options
| author | Samuel Tardieu <sam@rfc1149.net> | 2015-02-10 00:35:07 +0100 |
|---|---|---|
| committer | Samuel Tardieu <sam@rfc1149.net> | 2015-02-10 00:35:16 +0100 |
| commit | 822d50a1d83792c271f21aa0a22e67043503d62f (patch) | |
| tree | 55537c02bedc44395650cf9ccbc4c8cfa77a5b59 | |
| parent | 109102414e61d9f5c6773e979a05784c9cc0d9be (diff) | |
| download | cgeo-822d50a1d83792c271f21aa0a22e67043503d62f.zip cgeo-822d50a1d83792c271f21aa0a22e67043503d62f.tar.gz cgeo-822d50a1d83792c271f21aa0a22e67043503d62f.tar.bz2 | |
Intellij IDEA annotations style settings
| -rw-r--r-- | .idea/codeStyleSettings.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.idea/codeStyleSettings.xml b/.idea/codeStyleSettings.xml index e355fde..c84cc54 100644 --- a/.idea/codeStyleSettings.xml +++ b/.idea/codeStyleSettings.xml @@ -46,6 +46,9 @@ <option name="JD_KEEP_EMPTY_RETURN" value="false" /> <option name="JD_PARAM_DESCRIPTION_ON_NEW_LINE" value="true" /> <option name="WRAP_COMMENTS" value="true" /> + <JavaCodeStyleSettings> + <option name="DO_NOT_WRAP_AFTER_SINGLE_ANNOTATION" value="true" /> + </JavaCodeStyleSettings> <XML> <option name="XML_KEEP_LINE_BREAKS" value="false" /> <option name="XML_ALIGN_ATTRIBUTES" value="false" /> @@ -63,6 +66,7 @@ <option name="DOWHILE_BRACE_FORCE" value="3" /> <option name="WHILE_BRACE_FORCE" value="3" /> <option name="FOR_BRACE_FORCE" value="3" /> + <option name="FIELD_ANNOTATION_WRAP" value="1" /> </codeStyleSettings> <codeStyleSettings language="XML"> <indentOptions> |
