Browse Source

chore: add EditorConfig to GitPod config

tags/v1.0.0
Jérôme Deuchnord 2 years ago
parent
commit
9a46738049
2 changed files with 4 additions and 0 deletions
  1. +3
    -0
      .gitignore
  2. +1
    -0
      .gitpod.yml

+ 3
- 0
.gitignore View File

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

# Gitpod-specific:
/.vscode/**

+ 1
- 0
.gitpod.yml View File

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

tasks:
- before: pip install -U pip pipenv


Loading…
Cancel
Save