summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorSergey Fedoseev <fedoseev.sergey@gmail.com>2018-06-20 18:24:58 +0500
committerTim Graham <timograham@gmail.com>2018-06-20 09:24:58 -0400
commitd21d1f9e056e5617a30978aa4f95a0402bab174b (patch)
tree8888beb1c007cb572c622c3230b8ce6f841b66cc /.editorconfig
parentfa453b03a6a20cc7339c766f6258434d028ed28c (diff)
downloaddjango-d21d1f9e056e5617a30978aa4f95a0402bab174b.tar.gz
Set max_line_length for docs in .editorconfig.
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
index 3cd29dd7a3..cb050dc77f 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -39,3 +39,6 @@ indent_style = tab
# Batch files use tabs for indentation
[*.bat]
indent_style = tab
+
+[docs/**.txt]
+max_line_length = 79