From fff88ae210f97c206aaf7386e6fe50e1339c0637 Mon Sep 17 00:00:00 2001 From: Josh Yu Date: Tue, 23 May 2023 10:40:12 +0800 Subject: [PATCH] Set max line length to 99 --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index cf51bc5..8a3f2fb 100644 --- a/.editorconfig +++ b/.editorconfig @@ -16,4 +16,4 @@ indent_style = space tab_width = 2 [*.py] -max_line_length = 100 +max_line_length = 99