mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
9b4cb1e2ed
The current configuration might cause some editors to misbehave when editing stub files.
11 lines
176 B
INI
11 lines
176 B
INI
# EditorConfig https://EditorConfig.org
|
|
|
|
# top-most EditorConfig file
|
|
root = true
|
|
|
|
# 4 space indentation
|
|
[*.{py,pyi}]
|
|
indent_style = space
|
|
indent_size = 4
|
|
max_line_length = 88
|