Changeset 32578 in osm


Ignore:
Timestamp:
2016-07-05T14:48:59+02:00 (8 years ago)
Author:
floscher
Message:

[mapillary] Update formatter settings for Eclipse and IntelliJ

Location:
applications/editors/josm/plugins/mapillary
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/mapillary/.idea/codeStyleSettings.xml

    r32572 r32578  
    1111        <option name="IMPORT_LAYOUT_TABLE">
    1212          <value>
     13            <package name="" withSubpackages="true" static="true" />
     14            <emptyLine />
    1315            <package name="java" withSubpackages="true" static="false" />
    1416            <emptyLine />
     
    1618            <emptyLine />
    1719            <package name="" withSubpackages="true" static="false" />
    18             <emptyLine />
    19             <package name="" withSubpackages="true" static="true" />
    2020          </value>
    2121        </option>
     
    4040          <indentOptions>
    4141            <option name="INDENT_SIZE" value="2" />
    42             <option name="CONTINUATION_INDENT_SIZE" value="4" />
     42            <option name="CONTINUATION_INDENT_SIZE" value="2" />
    4343            <option name="TAB_SIZE" value="2" />
    4444          </indentOptions>
  • applications/editors/josm/plugins/mapillary/.settings/org.eclipse.jdt.core.prefs

    r32378 r32578  
    4040org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotation=warning
    4141org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotationForInterfaceMethodImplementation=enabled
    42 org.eclipse.jdt.core.compiler.problem.missingSerialVersion=ignore
     42org.eclipse.jdt.core.compiler.problem.missingSerialVersion=info
    4343org.eclipse.jdt.core.compiler.problem.missingSynchronizedOnInheritedMethod=ignore
    4444org.eclipse.jdt.core.compiler.problem.noEffectAssignment=warning
     
    165165org.eclipse.jdt.core.formatter.comment.preserve_white_space_between_code_and_line_comments=false
    166166org.eclipse.jdt.core.formatter.compact_else_if=true
    167 org.eclipse.jdt.core.formatter.continuation_indentation=2
     167org.eclipse.jdt.core.formatter.continuation_indentation=1
    168168org.eclipse.jdt.core.formatter.continuation_indentation_for_array_initializer=2
    169169org.eclipse.jdt.core.formatter.disabling_tag=@formatter\:off
     
    383383org.eclipse.jdt.core.formatter.parentheses_positions_in_if_while_statement=common_lines
    384384org.eclipse.jdt.core.formatter.parentheses_positions_in_lambda_declaration=common_lines
    385 org.eclipse.jdt.core.formatter.parentheses_positions_in_method_delcaration=common_lines
    386 org.eclipse.jdt.core.formatter.parentheses_positions_in_method_invocation=common_lines
     385org.eclipse.jdt.core.formatter.parentheses_positions_in_method_delcaration=separate_lines_if_wrapped
     386org.eclipse.jdt.core.formatter.parentheses_positions_in_method_invocation=separate_lines_if_wrapped
    387387org.eclipse.jdt.core.formatter.parentheses_positions_in_switch_statement=common_lines
    388388org.eclipse.jdt.core.formatter.parentheses_positions_in_try_clause=common_lines
  • applications/editors/josm/plugins/mapillary/.settings/org.eclipse.jdt.ui.prefs

    r32354 r32578  
    33formatter_settings_version=12
    44org.eclipse.jdt.ui.ignorelowercasenames=true
    5 org.eclipse.jdt.ui.importorder=java;javax;;\#;
     5org.eclipse.jdt.ui.importorder=\#;java;javax;;
    66org.eclipse.jdt.ui.javadoc=true
    77org.eclipse.jdt.ui.ondemandthreshold=9999
Note: See TracChangeset for help on using the changeset viewer.