Skip to content

Commit deb2a7f

Browse files
committed
Initial
1 parent 349447d commit deb2a7f

File tree

4 files changed

+24
-1
lines changed

4 files changed

+24
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/vendor/

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
# php-coding-standard
1+
Lowl Coding Standart
2+
====================
3+

composer.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"name": "lowl/coding-standart",
3+
"description": "Lowl Coding Standart",
4+
"type": "phpcodesniffer-standard",
5+
"license": "MIT",
6+
"authors": [
7+
{
8+
"name": "Dmitry Patsura",
9+
"email": "[email protected]"
10+
}
11+
],
12+
"require": {}
13+
}

src/Lowl/ruleset.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
?xml version="1.0"?>
2+
<ruleset name="Doctrine">
3+
<description>The Doctrine coding standard.</description>
4+
5+
<!-- Import PSR-2 coding standard (base) -->
6+
<rule ref="PSR2"/>
7+
</ruleset>

0 commit comments

Comments
 (0)