2018-12-04 05:38:41 +01:00
|
|
|
# EditorConfig https://EditorConfig.org
|
|
|
|
|
|
|
|
# top-most EditorConfig file
|
|
|
|
root = true
|
|
|
|
|
|
|
|
# 4 space indentation
|
2022-11-22 19:33:28 +01:00
|
|
|
[*.{py,pyi}]
|
2018-12-04 05:38:41 +01:00
|
|
|
indent_style = space
|
|
|
|
indent_size = 4
|
2022-07-08 18:40:25 +02:00
|
|
|
max_line_length = 88
|