From e0c81d653329946f5776e17a9dc180f6cf831a0f Mon Sep 17 00:00:00 2001 From: Sebastian Pietras Date: Sat, 20 Jul 2024 22:03:07 +0200 Subject: [PATCH] Fetched template changes (#62) --- .copier-answers.yaml | 2 +- .vscode/settings.json | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.copier-answers.yaml b/.copier-answers.yaml index 8d84cfd..84a4c66 100644 --- a/.copier-answers.yaml +++ b/.copier-answers.yaml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier; NEVER EDIT MANUALLY -_commit: 0.4.0 +_commit: 0.5.0 _src_path: gh:radio-aktywne/template-app-liquidsoap accountname: radio-aktywne appname: fusion diff --git a/.vscode/settings.json b/.vscode/settings.json index 0967ef4..46be104 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1 +1,5 @@ -{} +{ + "[liquidsoap]": { + "editor.tabSize": 2 + } +}