Codebase list matrix-synapse / 6d015a48-b538-4f28-b2a0-e497bf16e827/main .editorconfig
6d015a48-b538-4f28-b2a0-e497bf16e827/main

Tree @6d015a48-b538-4f28-b2a0-e497bf16e827/main (Download .tar.gz)

.editorconfig @6d015a48-b538-4f28-b2a0-e497bf16e827/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