From 0bb2f696f2e934c5549a127a989fe7984275df67 Mon Sep 17 00:00:00 2001 From: Danilo Bargen Date: Fri, 13 Jul 2012 14:24:00 +0200 Subject: [PATCH 1/1] max_line_length documentation --- README.mdown | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.mdown b/README.mdown index 99ef175..5d87dc0 100644 --- a/README.mdown +++ b/README.mdown @@ -45,7 +45,11 @@ To ignore errors, in your .vimrc: let g:flake8_ignore="E501,W293" -If you want to cutomize the location of your flake8 binary, set `g:flake8_cmd`: +If you want to change the max line length for PEP8: + + let g:flake8_max_line_length=99 + +To cutomize the location of your flake8 binary, set `g:flake8_cmd`: let g:flake8_cmd="/opt/strangebin/flake8000" -- 2.39.2