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

Commit

Permalink
Merge pull request #4257 from aaronraimist/add-editorconfig
Browse files Browse the repository at this point in the history
Add a basic .editorconfig
  • Loading branch information
richvdh committed Dec 4, 2018
2 parents 52e87fb + 3518c28 commit a484735
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# EditorConfig https://EditorConfig.org

# top-most EditorConfig file
root = true

# 4 space indentation
[*.py]
indent_style = space
indent_size = 4
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -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 *
Expand Down
1 change: 1 addition & 0 deletions changelog.d/4257.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add a basic .editorconfig

0 comments on commit a484735

Please sign in to comment.