Quellcode durchsuchen

chore: add EditorConfig to GitPod config

tags/v1.0.0
Jérôme Deuchnord vor 2 Jahren
Ursprung
Commit
9a46738049
2 geänderte Dateien mit 4 neuen und 0 gelöschten Zeilen
  1. +3
    -0
      .gitignore
  2. +1
    -0
      .gitpod.yml

+ 3
- 0
.gitignore Datei anzeigen

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

# Gitpod-specific:
/.vscode/**

+ 1
- 0
.gitpod.yml Datei anzeigen

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

tasks:
- before: pip install -U pip pipenv


Laden…
Abbrechen
Speichern