Wrap .md files at 80 characters

Signed-off-by: Graham <gpe@openrs2.org>
pull/132/head
Graham 3 years ago
parent 9ddce82df4
commit 2549c84028
  1. 3
      .editorconfig
  2. 3
      .idea/codeStyles/Project.xml

@ -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>
<codeStyleSettings language="XML">
<indentOptions>
<option name="INDENT_SIZE" value="2" />

Loading…
Cancel
Save