diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2022-11-22 18:33:28 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-22 18:33:28 +0000 |
commit | 9b4cb1e2edf3af181d6a0e11003a75e5b692364c (patch) | |
tree | 21e74906ed5e8f7ebfef2cb35d8d1c25b5e4fb78 /changelog.d | |
parent | Track unconverted device list outbound pokes using a position instead (#14516) (diff) | |
download | synapse-9b4cb1e2edf3af181d6a0e11003a75e5b692364c.tar.xz |
Apply correct editorconfig to .pyi files (#14526)
The current configuration might cause some editors to misbehave when editing stub files.
Diffstat (limited to '')
-rw-r--r-- | changelog.d/14526.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/14526.misc b/changelog.d/14526.misc new file mode 100644 index 0000000000..84d4ada31b --- /dev/null +++ b/changelog.d/14526.misc @@ -0,0 +1 @@ +Extend editorconfig rules on indent and line length to `.pyi` files. |