diff --git a/.gitattributes b/.gitattributes
index f31138b..1bbc021 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -5,3 +5,4 @@
.travis.yml export-ignore
build.xml export-ignore
phpunit.xml.dist export-ignore
+phpcs.xml.dist export-ignore
diff --git a/.gitignore b/.gitignore
index 35854b8..468ad40 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,5 @@
/composer.lock
phpunit.xml
.phpunit.result.cache
+.phpcs.xml
+phpcs.xml
diff --git a/build.xml b/build.xml
index 9d95c2e..4f30c31 100644
--- a/build.xml
+++ b/build.xml
@@ -52,12 +52,10 @@
-
-
-
+
-
+
diff --git a/phpcs.xml.dist b/phpcs.xml.dist
new file mode 100644
index 0000000..d07e229
--- /dev/null
+++ b/phpcs.xml.dist
@@ -0,0 +1,21 @@
+
+
+ A coding standard for Jakub Onderka's projects.
+
+ ./src/
+
+
+
+
+
+
+
+
+
+
+
+
+
+ warning
+
+