Codebase list matrix-synapse / a94abc50-9356-4833-9955-434cc165c4c3/main .editorconfig
a94abc50-9356-4833-9955-434cc165c4c3/main

Tree @a94abc50-9356-4833-9955-434cc165c4c3/main (Download .tar.gz)

.editorconfig @a94abc50-9356-4833-9955-434cc165c4c3/mainraw · history · blame

1
2
3
4
5
6
7
8
9
# EditorConfig https://EditorConfig.org

# top-most EditorConfig file
root = true

# 4 space indentation
[*.py]
indent_style = space
indent_size = 4