aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig5
1 files changed, 4 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig
index 22da3f7..c4d6fb1 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -3,8 +3,11 @@ root = true
[*]
end_of_line = lf
insert_final_newline = true
-max_line_length = 80
+max_line_length = 110
[*.py]
indent_size = 4
indent_style = space
+
+[*.rst]
+max_line_length = unset