From 739adf15511b2ce983cb5d4d6a948ff543f3b0a8 Mon Sep 17 00:00:00 2001 From: Sumner Evans Date: Fri, 8 Jul 2022 10:40:25 -0600 Subject: editorconfig: add max_line_length for Python files (#13228) See the documentation for the property here: https://github.com/editorconfig/editorconfig/wiki/EditorConfig-Properties#max_line_length Signed-off-by: Sumner Evans --- .editorconfig | 1 + 1 file changed, 1 insertion(+) (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig index 3edf9e717c..d629bede5e 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,3 +7,4 @@ root = true [*.py] indent_style = space indent_size = 4 +max_line_length = 88 -- cgit 1.4.1