summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorCarlton Gibson <carlton.gibson@noumenal.es>2022-02-02 11:36:57 +0100
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2022-02-07 20:36:04 +0100
commitba94488196a74e312177ef2621fbd427956836ef (patch)
tree7eaf76d66ff1592780deff589d6ee825b660be23 /.editorconfig
parent6f185a53a2a7acad0ad8383267942d554527688a (diff)
downloaddjango-ba94488196a74e312177ef2621fbd427956836ef.tar.gz
Refs #33476 -- Adjusted docs and config files for Black.
Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig
index fa6c23c1fc..e43144c4c8 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -12,7 +12,7 @@ charset = utf-8
# Docstrings and comments use max_line_length = 79
[*.py]
-max_line_length = 119
+max_line_length = 88
# Use 2 spaces for the HTML files
[*.html]