From 64677d27193cacea8dcc302a8bef61cc2e669fbb Mon Sep 17 00:00:00 2001 From: Bram van Dartel Date: Tue, 18 Jan 2022 16:30:05 +0100 Subject: [PATCH] minor fixes --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index b17dbb4..af452f8 100644 --- a/.editorconfig +++ b/.editorconfig @@ -35,7 +35,7 @@ indent_size = 4 # Docstrings and comments use max_line_length = 79 [*.py] -max_line_length = 160 +max_line_length = 119 [docs/**.txt] max_line_length = 79