浏览代码

chore: add EditorConfig to GitPod config

tags/v1.0.0
父节点
当前提交
9a46738049
共有 2 个文件被更改,包括 4 次插入0 次删除
  1. +3
    -0
      .gitignore
  2. +1
    -0
      .gitpod.yml

+ 3
- 0
.gitignore 查看文件

@@ -4,3 +4,6 @@ Pipfile.lock
/build
/dist
/kosmorrolib.egg-info

# Gitpod-specific:
/.vscode/**

+ 1
- 0
.gitpod.yml 查看文件

@@ -5,6 +5,7 @@ github:
vscode:
extensions:
- ms-vscode.makefile-tools
- editorconfig.editorconfig

tasks:
- before: pip install -U pip pipenv


正在加载...
取消
保存