Explorar el Código

chore: add EditorConfig to GitPod config

tags/v1.0.0
Jérôme Deuchnord hace 2 años
padre
commit
9a46738049
Se han modificado 2 ficheros con 4 adiciones y 0 borrados
  1. +3
    -0
      .gitignore
  2. +1
    -0
      .gitpod.yml

+ 3
- 0
.gitignore Ver fichero

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

# Gitpod-specific:
/.vscode/**

+ 1
- 0
.gitpod.yml Ver fichero

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

tasks:
- before: pip install -U pip pipenv


Cargando…
Cancelar
Guardar