Ticket #12877: patch-formatter-enable-start-tag.patch

File patch-formatter-enable-start-tag.patch, 786 bytes (added by michael2402, 9 years ago)
  • .settings/org.eclipse.jdt.core.prefs

    diff --git a/.settings/org.eclipse.jdt.core.prefs b/.settings/org.eclipse.jdt.core.prefs
    index 155bf4e..f83d090 100644
    a b org.eclipse.jdt.core.formatter.number_of_empty_lines_to_preserve=1  
    393393org.eclipse.jdt.core.formatter.put_empty_statement_on_new_line=true
    394394org.eclipse.jdt.core.formatter.tabulation.char=space
    395395org.eclipse.jdt.core.formatter.tabulation.size=4
    396 org.eclipse.jdt.core.formatter.use_on_off_tags=false
     396org.eclipse.jdt.core.formatter.use_on_off_tags=true
    397397org.eclipse.jdt.core.formatter.use_tabs_only_for_leading_indentations=false
    398398org.eclipse.jdt.core.formatter.wrap_before_binary_operator=true
    399399org.eclipse.jdt.core.formatter.wrap_before_or_operator_multicatch=true