瀏覽代碼

chore: add EditorConfig to GitPod config

tags/v1.0.0
Jérôme Deuchnord 2 年之前
父節點
當前提交
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


Loading…
取消
儲存