From 2549c84028461bf62fb7656c58a94929a9f8a47c Mon Sep 17 00:00:00 2001 From: Graham Date: Thu, 24 Dec 2020 22:37:00 +0000 Subject: [PATCH] Wrap .md files at 80 characters Signed-off-by: Graham --- .editorconfig | 3 +++ .idea/codeStyles/Project.xml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/.editorconfig b/.editorconfig index 517174c1..9906ac6d 100644 --- a/.editorconfig +++ b/.editorconfig @@ -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 diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml index e962f115..1ab988e4 100644 --- a/.idea/codeStyles/Project.xml +++ b/.idea/codeStyles/Project.xml @@ -79,6 +79,9 @@