Merge pull request #4257 from aaronraimist/add-editorconfig
Add a basic .editorconfig
This commit is contained in:
commit
a484735bb0
|
@ -0,0 +1,9 @@
|
||||||
|
# EditorConfig https://EditorConfig.org
|
||||||
|
|
||||||
|
# top-most EditorConfig file
|
||||||
|
root = true
|
||||||
|
|
||||||
|
# 4 space indentation
|
||||||
|
[*.py]
|
||||||
|
indent_style = space
|
||||||
|
indent_size = 4
|
|
@ -26,6 +26,7 @@ recursive-include synapse/static *.js
|
||||||
exclude Dockerfile
|
exclude Dockerfile
|
||||||
exclude .dockerignore
|
exclude .dockerignore
|
||||||
exclude test_postgresql.sh
|
exclude test_postgresql.sh
|
||||||
|
exclude .editorconfig
|
||||||
|
|
||||||
include pyproject.toml
|
include pyproject.toml
|
||||||
recursive-include changelog.d *
|
recursive-include changelog.d *
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
Add a basic .editorconfig
|
Loading…
Reference in New Issue