From 7469d4bf24400efb976e3ffd2bce18f8d921397b Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Mon, 30 Oct 2023 09:09:36 -0400 Subject: [PATCH] meta: add python line length to .editorconfig --- .editorconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.editorconfig b/.editorconfig index 75f1196..fbb6ac4 100644 --- a/.editorconfig +++ b/.editorconfig @@ -32,6 +32,7 @@ indent_size = unset [*.py] indent_size = 4 +max_line_length = 120 [*.el] indent_size = unset