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 # noinspection EditorConfigKeyCorrectness
disabled_rules = indent, parameter-list-wrapping disabled_rules = indent, parameter-list-wrapping
[*.md]
max_line_length = 80
# @formatter:off # @formatter:off
[*.{xml,yaml,yml}] [*.{xml,yaml,yml}]
# @formatter:on # @formatter:on

@ -79,6 +79,9 @@
<option name="SMART_TABS" value="true" /> <option name="SMART_TABS" value="true" />
</indentOptions> </indentOptions>
</codeStyleSettings> </codeStyleSettings>
<codeStyleSettings language="Markdown">
<option name="RIGHT_MARGIN" value="80" />
</codeStyleSettings>
<codeStyleSettings language="XML"> <codeStyleSettings language="XML">
<indentOptions> <indentOptions>
<option name="INDENT_SIZE" value="2" /> <option name="INDENT_SIZE" value="2" />

Loading…
Cancel
Save