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 --- changelog.d/13228.misc | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/13228.misc (limited to 'changelog.d') diff --git a/changelog.d/13228.misc b/changelog.d/13228.misc new file mode 100644 index 0000000000..fec086557e --- /dev/null +++ b/changelog.d/13228.misc @@ -0,0 +1 @@ +Add `max_line_length` setting for Python files to the `.editorconfig`. Contributed by @sumnerevans @ Beeper. -- cgit 1.4.1