Skip to content

Commit 2da8a6f

Browse files
LeoColombgithub-actions[bot]
authored andcommitted
Add a .editorconfig
1 parent f2638d1 commit 2da8a6f

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

.editorconfig

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

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
composer.phar
22
/vendor/
33
.phpunit.result.cache
4+
.phpunit.cache
45
/coverage/
56
clover.xml

0 commit comments

Comments
 (0)