From d43c91e134064df0fec77c6ebdcd399d6c72866f Mon Sep 17 00:00:00 2001 From: Ramiro Morales Date: Sat, 11 Jun 2016 13:16:24 -0300 Subject: [PATCH] Added Python max_line_length to .editorconfig. --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.editorconfig b/.editorconfig index 30d6fcc1e3..3cd29dd7a3 100644 --- a/.editorconfig +++ b/.editorconfig @@ -10,6 +10,10 @@ trim_trailing_whitespace = true end_of_line = lf charset = utf-8 +# Docstrings and comments use max_line_length = 79 +[*.py] +max_line_length = 119 + # Use 2 spaces for the HTML files [*.html] indent_size = 2