Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 3518c28

Browse files
committed
Add a basic .editorconfig
Signed-off-by: Aaron Raimist <aaron@raim.ist>
1 parent c033242 commit 3518c28

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

.editorconfig

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# EditorConfig https://EditorConfig.org
2+
3+
# top-most EditorConfig file
4+
root = true
5+
6+
# 4 space indentation
7+
[*.py]
8+
indent_style = space
9+
indent_size = 4

MANIFEST.in

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ recursive-include synapse/static *.js
2626
exclude Dockerfile
2727
exclude .dockerignore
2828
exclude test_postgresql.sh
29+
exclude .editorconfig
2930

3031
include pyproject.toml
3132
recursive-include changelog.d *

changelog.d/4257.misc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Add a basic .editorconfig

0 commit comments

Comments
 (0)