Skip to content

Commit 581be76

Browse files
committed
Updated .styleci.yml file.
1 parent 2a34f11 commit 581be76

File tree

1 file changed

+16
-19
lines changed

1 file changed

+16
-19
lines changed

.styleci.yml

Lines changed: 16 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,16 @@
1-
php:
2-
risky: false
3-
version: 7.4
4-
preset: recommended
5-
tab-width: 4
6-
use-tabs: true
7-
finder:
8-
exclude:
9-
- "modules"
10-
- "node_modules"
11-
- "nova"
12-
- "nova-components"
13-
- "storage"
14-
- "spark"
15-
- "vendor"
16-
name: "*.php"
17-
not-name:
18-
- "*.blade.php"
19-
- "_ide_helper.php"
1+
risky: false
2+
version: 7.4
3+
preset: recommended
4+
finder:
5+
exclude:
6+
- "modules"
7+
- "node_modules"
8+
- "nova"
9+
- "nova-components"
10+
- "storage"
11+
- "spark"
12+
- "vendor"
13+
name: "*.php"
14+
not-name:
15+
- "*.blade.php"
16+
- "_ide_helper.php"

0 commit comments

Comments
 (0)