Changeset 32578 in osm for applications/editors/josm
- Timestamp:
- 2016-07-05T14:48:59+02:00 (8 years ago)
- Location:
- applications/editors/josm/plugins/mapillary
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/mapillary/.idea/codeStyleSettings.xml
r32572 r32578 11 11 <option name="IMPORT_LAYOUT_TABLE"> 12 12 <value> 13 <package name="" withSubpackages="true" static="true" /> 14 <emptyLine /> 13 15 <package name="java" withSubpackages="true" static="false" /> 14 16 <emptyLine /> … … 16 18 <emptyLine /> 17 19 <package name="" withSubpackages="true" static="false" /> 18 <emptyLine />19 <package name="" withSubpackages="true" static="true" />20 20 </value> 21 21 </option> … … 40 40 <indentOptions> 41 41 <option name="INDENT_SIZE" value="2" /> 42 <option name="CONTINUATION_INDENT_SIZE" value=" 4" />42 <option name="CONTINUATION_INDENT_SIZE" value="2" /> 43 43 <option name="TAB_SIZE" value="2" /> 44 44 </indentOptions> -
applications/editors/josm/plugins/mapillary/.settings/org.eclipse.jdt.core.prefs
r32378 r32578 40 40 org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotation=warning 41 41 org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotationForInterfaceMethodImplementation=enabled 42 org.eclipse.jdt.core.compiler.problem.missingSerialVersion=i gnore42 org.eclipse.jdt.core.compiler.problem.missingSerialVersion=info 43 43 org.eclipse.jdt.core.compiler.problem.missingSynchronizedOnInheritedMethod=ignore 44 44 org.eclipse.jdt.core.compiler.problem.noEffectAssignment=warning … … 165 165 org.eclipse.jdt.core.formatter.comment.preserve_white_space_between_code_and_line_comments=false 166 166 org.eclipse.jdt.core.formatter.compact_else_if=true 167 org.eclipse.jdt.core.formatter.continuation_indentation= 2167 org.eclipse.jdt.core.formatter.continuation_indentation=1 168 168 org.eclipse.jdt.core.formatter.continuation_indentation_for_array_initializer=2 169 169 org.eclipse.jdt.core.formatter.disabling_tag=@formatter\:off … … 383 383 org.eclipse.jdt.core.formatter.parentheses_positions_in_if_while_statement=common_lines 384 384 org.eclipse.jdt.core.formatter.parentheses_positions_in_lambda_declaration=common_lines 385 org.eclipse.jdt.core.formatter.parentheses_positions_in_method_delcaration= common_lines386 org.eclipse.jdt.core.formatter.parentheses_positions_in_method_invocation= common_lines385 org.eclipse.jdt.core.formatter.parentheses_positions_in_method_delcaration=separate_lines_if_wrapped 386 org.eclipse.jdt.core.formatter.parentheses_positions_in_method_invocation=separate_lines_if_wrapped 387 387 org.eclipse.jdt.core.formatter.parentheses_positions_in_switch_statement=common_lines 388 388 org.eclipse.jdt.core.formatter.parentheses_positions_in_try_clause=common_lines -
applications/editors/josm/plugins/mapillary/.settings/org.eclipse.jdt.ui.prefs
r32354 r32578 3 3 formatter_settings_version=12 4 4 org.eclipse.jdt.ui.ignorelowercasenames=true 5 org.eclipse.jdt.ui.importorder= java;javax;;\#;5 org.eclipse.jdt.ui.importorder=\#;java;javax;; 6 6 org.eclipse.jdt.ui.javadoc=true 7 7 org.eclipse.jdt.ui.ondemandthreshold=9999
Note:
See TracChangeset
for help on using the changeset viewer.