Signed-off-by: Graham <gpe@openrs2.org>
@ -17,6 +17,9 @@ indent_size = 4
# noinspection EditorConfigKeyCorrectness
disabled_rules = indent, parameter-list-wrapping
[*.md]
max_line_length = 80
# @formatter:off
[*.{xml,yaml,yml}]
# @formatter:on
@ -79,6 +79,9 @@
<option name="SMART_TABS" value="true" />
</indentOptions>
</codeStyleSettings>
<codeStyleSettings language="Markdown">
<option name="RIGHT_MARGIN" value="80" />
<codeStyleSettings language="XML">
<indentOptions>
<option name="INDENT_SIZE" value="2" />