Skip to content

Commit

Permalink
chore: set yaml indent to 4 spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
zdm committed Dec 7, 2024
1 parent 2320332 commit 3e1eb5e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 16 deletions.
3 changes: 0 additions & 3 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
18 changes: 9 additions & 9 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -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
8 changes: 4 additions & 4 deletions cli.config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
docs:
location: /docs
location: /docs

externalTypes:
- softvisio-node/core
- softvisio-node/result
externalTypes:
- softvisio-node/core
- softvisio-node/result

0 comments on commit 3e1eb5e

Please sign in to comment.