Updated Eclipse style
diff --git a/korap-style.xml b/Format.xml
similarity index 98%
rename from korap-style.xml
rename to Format.xml
index a02ad23..ca1da48 100644
--- a/korap-style.xml
+++ b/Format.xml
@@ -624,13 +624,13 @@
<!-- Comment blocks -->
<setting
id="org.eclipse.jdt.core.formatter.comment.format_line_comments"
- value="true"/>
+ value="false"/><!-- This differs from default -->
<setting
id="org.eclipse.jdt.core.formatter.comment.indent_parameter_description"
value="true"/>
<setting
id="org.eclipse.jdt.core.formatter.comment.preserve_white_space_between_code_and_line_comments"
- value="false"/>
+ value="true"/><!-- This differs from default -->
<setting
id="org.eclipse.jdt.core.formatter.comment.indent_root_tags"
value="true"/>
@@ -639,19 +639,19 @@
value="true"/>
<setting
id="org.eclipse.jdt.core.formatter.join_lines_in_comments"
- value="true"/>
+ value="false"/><!-- This differs from default -->
<setting
id="org.eclipse.jdt.core.formatter.comment.format_html"
- value="true"/>
+ value="false"/><!-- This differs from default -->
<setting
id="org.eclipse.jdt.core.formatter.comment.format_source_code"
- value="true"/>
+ value="false"/><!-- This differs from default -->
<setting
id="org.eclipse.jdt.core.formatter.comment.format_header"
value="false"/>
<setting
id="org.eclipse.jdt.core.formatter.comment.format_block_comments"
- value="true"/>
+ value="false"/><!-- This differs from default -->
<setting
id="org.eclipse.jdt.core.formatter.never_indent_line_comments_on_first_column"
value="false"/>
diff --git a/Readme.md b/Readme.md
index 490e991..5149154 100644
--- a/Readme.md
+++ b/Readme.md
@@ -117,7 +117,7 @@
Contributions to Krill are very welcome!
Before contributing, please reformat your code changes according to the KorAP
style guideline, provided by means of an
-[Eclipse style sheet](https://raw.githubusercontent.com/KorAP/Krill/master/korap-style.xml).
+[Eclipse style sheet](https://raw.githubusercontent.com/KorAP/Krill/master/Format.xml).
You can either reformat using [Eclipse](http://eclipse.org/) or (recommended) using
[Maven](https://maven.apache.org/) with the command