summary refs log tree commit diff
path: root/changelog.d/13228.misc
diff options
context:
space:
mode:
authorSumner Evans <me@sumnerevans.com>2022-07-08 10:40:25 -0600
committerGitHub <noreply@github.com>2022-07-08 16:40:25 +0000
commit739adf15511b2ce983cb5d4d6a948ff543f3b0a8 (patch)
treedcac03484f4dd59ad6423e3a566ebd8ffb8a18c7 /changelog.d/13228.misc
parentFix notification count after a highlighted message (#13223) (diff)
downloadsynapse-739adf15511b2ce983cb5d4d6a948ff543f3b0a8.tar.xz
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 <me@sumnerevans.com>
Diffstat (limited to '')
-rw-r--r--changelog.d/13228.misc1
1 files changed, 1 insertions, 0 deletions
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.