We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
0 parents commit 6dff94eCopy full SHA for 6dff94e
.editorconfig
@@ -0,0 +1,14 @@
1
+root = true
2
+
3
+[*]
4
+charset = utf-8
5
+indent_style = space
6
+indent_size = 4
7
+insert_final_newline = true
8
+trim_trailing_whitespace = true
9
10
+[*.json]
11
+indent_size = 2
12
13
+[Makefile]
14
+indent_style = tab
.gitattributes
@@ -0,0 +1,11 @@
+# Ignoring files for distribution archieves
+examples/ export-ignore
+tests/ export-ignore
+.dunitconfig export-ignore
+.travis.yml export-ignore
+.gitignore export-ignore
+.gitattributes export-ignore
+.scrutinizer.yml export-ignore
+.styleci.yml export-ignore
+appveyor.yml export-ignore
+phpunit.xml.dist export-ignore
.gitignore
@@ -0,0 +1 @@
+vendor/
0 commit comments