From 9e4d6e9c6490d87aa3bd80daf851d34b41abf61e Mon Sep 17 00:00:00 2001 From: Ewen Le Bihan Date: Mon, 15 Apr 2024 14:16:27 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20Hey,=20yaml,=20how=20about=20you?= =?UTF-8?q?=20support=20indenting=20with=20tabs=3F=3F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .editorconfig | 2 +- .github/workflows/build.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index 8003fae..cf1b5c1 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,3 +1,3 @@ -[*.md] +[*.{md,yaml,yml}] indent_size = 2 indent_style = space diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5ad1a48..da039d9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -32,7 +32,7 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 0 # Not needed if lastUpdated is not enabled - submodules: recursive + submodules: recursive - uses: oven-sh/setup-bun@v1 - name: Setup Pages uses: actions/configure-pages@v4