Skip to content

Commit 9be4d7c

Browse files
author
Lars Moelleken
committed
[+]: added ".styleci.yml"
1 parent 9525794 commit 9be4d7c

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

.gitattributes

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
* text=auto
22

33
/tests export-ignore
4+
/.editorconfig export-ignore
5+
/.scrutinizer.yml export-ignore
6+
/.styleci.yml export-ignore
47
/.gitattributes export-ignore
58
/.gitignore export-ignore
69
/.travis.yml export-ignore
7-
/.editorconfig export-ignore
8-
/.scrutinizer.yml export-ignore
910
/phpunit.xml export-ignore
10-
/CHANGELOG.md export-ignore
11-
/README.md export-ignore

.styleci.yml

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
preset: psr2
2+
3+
enabled:
4+
- unused_use
5+
- include
6+
- self_accessor
7+
- single_quote
8+
- ordered_use
9+
10+
disabled:
11+
- indentation
12+
- braces

0 commit comments

Comments
 (0)