Skip to content
Snippets Groups Projects
Unverified Commit 3518c28a authored by Aaron's avatar Aaron
Browse files

Add a basic .editorconfig


Signed-off-by: default avatarAaron Raimist <aaron@raim.ist>
parent c0332429
No related branches found
No related tags found
No related merge requests found
# 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 *
......
Add a basic .editorconfig
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment