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 @@
+
+
+