mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-31 19:59:01 +01:00
9b4cb1e2ed
The current configuration might cause some editors to misbehave when editing stub files.
10 lines
176 B
INI
10 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
|