Skip to content

Commit abf7576

Browse files
committed
chore: set yaml indent to 4 spaces
1 parent 20023ad commit abf7576

File tree

3 files changed

+13
-16
lines changed

3 files changed

+13
-16
lines changed

.editorconfig

-3
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,5 @@ trim_trailing_whitespace = true
99
insert_final_newline = true
1010
max_line_length = off
1111

12-
[*.{yml,yaml}]
13-
indent_size = 2
14-
1512
[Makefile]
1613
indent_style = tab

.github/dependabot.yaml

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
version: 2
22
updates:
3-
- package-ecosystem: npm
4-
directories:
5-
- /
6-
schedule:
7-
interval: weekly
8-
day: monday
9-
time: "00:00"
10-
timezone: UTC
11-
open-pull-requests-limit: 5
3+
- package-ecosystem: npm
4+
directories:
5+
- /
6+
schedule:
7+
interval: weekly
8+
day: monday
9+
time: "00:00"
10+
timezone: UTC
11+
open-pull-requests-limit: 5

cli.config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
docs:
2-
location: /docs
2+
location: /docs
33

4-
externalTypes:
5-
- softvisio-node/core
6-
- softvisio-node/result
4+
externalTypes:
5+
- softvisio-node/core
6+
- softvisio-node/result

0 commit comments

Comments
 (0)