From cb95b92778e75453e8aa51d8cdecfbb0b7083185 Mon Sep 17 00:00:00 2001 From: Levente Polyak Date: Thu, 21 Oct 2021 20:20:37 +0200 Subject: [PATCH] chore(editorconfig): sync line length with flake8 config to 120 chars --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index eee57dd..1c98faa 100644 --- a/.editorconfig +++ b/.editorconfig @@ -11,7 +11,7 @@ trim_trailing_whitespace = true [{*.py,keyringctl}] indent_style = space indent_size = 4 -max_line_length = 119 +max_line_length = 120 [*.{yml,yaml}] end_of_line = lf