From 3e1eb5e981ac2dc9208c4a5a66b01aaa00bbd2dc Mon Sep 17 00:00:00 2001 From: zdm Date: Sat, 7 Dec 2024 02:07:01 +0200 Subject: [PATCH] chore: set yaml indent to 4 spaces --- .editorconfig | 3 --- .github/dependabot.yaml | 18 +++++++++--------- cli.config.yaml | 8 ++++---- 3 files changed, 13 insertions(+), 16 deletions(-) diff --git a/.editorconfig b/.editorconfig index 6e9093a..0400af8 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,8 +9,5 @@ trim_trailing_whitespace = true insert_final_newline = true max_line_length = off -[*.{yml,yaml}] -indent_size = 2 - [Makefile] indent_style = tab diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index e3a5a75..d576d25 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -1,11 +1,11 @@ version: 2 updates: - - package-ecosystem: npm - directories: - - / - schedule: - interval: weekly - day: monday - time: "00:00" - timezone: UTC - open-pull-requests-limit: 5 + - package-ecosystem: npm + directories: + - / + schedule: + interval: weekly + day: monday + time: "00:00" + timezone: UTC + open-pull-requests-limit: 5 diff --git a/cli.config.yaml b/cli.config.yaml index f0685f4..b678e10 100644 --- a/cli.config.yaml +++ b/cli.config.yaml @@ -1,6 +1,6 @@ docs: - location: /docs + location: /docs - externalTypes: - - softvisio-node/core - - softvisio-node/result + externalTypes: + - softvisio-node/core + - softvisio-node/result