Codebase list matrix-synapse / run/93a37b31-1921-4f20-b2e5-1a325df7efed/main .editorconfig
run/93a37b31-1921-4f20-b2e5-1a325df7efed/main

Tree @run/93a37b31-1921-4f20-b2e5-1a325df7efed/main (Download .tar.gz)

.editorconfig @run/93a37b31-1921-4f20-b2e5-1a325df7efed/mainraw · history · blame

# 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