Skip to content
This repository was archived by the owner on Jul 16, 2025. It is now read-only.

Commit dddc3de

Browse files
committed
feat: add .editorconfig
1 parent 4e2b3e0 commit dddc3de

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

.editorconfig

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
root = true
2+
3+
[*]
4+
charset = utf-8
5+
end_of_line = lf
6+
indent_size = 4
7+
indent_style = space
8+
insert_final_newline = true
9+
trim_trailing_whitespace = true
10+
11+
[{*.yml}]
12+
indent_size = 2

phpstan.dist.neon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ parameters:
55
- src/
66
- tests/
77
excludePaths:
8-
- examples/cli/vendor (?)
8+
- examples/cli/vendor (?)

0 commit comments

Comments
 (0)