浏览代码

Add a basic .editorconfig

Signed-off-by: Aaron Raimist <aaron@raim.ist>
tags/v0.34.0rc1
Aaron Raimist 5 年前
父节点
当前提交
3518c28aa8
找不到此签名对应的密钥 GPG 密钥 ID: 37419210002890EF
共有 3 个文件被更改,包括 11 次插入0 次删除
  1. +9
    -0
      .editorconfig
  2. +1
    -0
      MANIFEST.in
  3. +1
    -0
      changelog.d/4257.misc

+ 9
- 0
.editorconfig 查看文件

@@ -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
- 0
MANIFEST.in 查看文件

@@ -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
- 0
changelog.d/4257.misc 查看文件

@@ -0,0 +1 @@
Add a basic .editorconfig

正在加载...
取消
保存