Skip to content

Commit 90b87d3

Browse files
committed
Fix indent
1 parent 4b3be99 commit 90b87d3

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.editorconfig

+4
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,7 @@ root = true
66
charset = utf-8
77
indent_style = tab
88
insert_final_newline = true
9+
10+
[*.yaml]
11+
indent_style = space
12+
indent_size = 2

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ jobs:
1111
strategy:
1212
matrix:
1313
php: ['8.1', '8.2', '8.3']
14-
steps:
1514

15+
steps:
1616
- name: Setup PHP
1717
uses: shivammathur/setup-php@v2
1818
with:
1919
php-version: ${{ matrix.php }}
2020

21-
- name: Checkout
21+
- name: Checkout
2222
uses: actions/checkout@v4
2323

2424
- name: Install dependencies

0 commit comments

Comments
 (0)