mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -04:00
Add a basic .editorconfig
Signed-off-by: Aaron Raimist <aaron@raim.ist>
This commit is contained in:
parent
c03324294d
commit
3518c28aa8
9
.editorconfig
Normal file
9
.editorconfig
Normal file
@ -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 .dockerignore
|
||||
exclude test_postgresql.sh
|
||||
exclude .editorconfig
|
||||
|
||||
include pyproject.toml
|
||||
recursive-include changelog.d *
|
||||
|
1
changelog.d/4257.misc
Normal file
1
changelog.d/4257.misc
Normal file
@ -0,0 +1 @@
|
||||
Add a basic .editorconfig
|
Loading…
Reference in New Issue
Block a user