We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d6b34c commit 3eee82aCopy full SHA for 3eee82a
.editorconfig
@@ -0,0 +1,11 @@
1
+# editorconfig.org
2
+
3
+root = true
4
5
+[*]
6
+charset = utf-8
7
+end_of_line = lf
8
+insert_final_newline = true
9
+indent_style = space
10
+indent_size = 4
11
+trim_trailing_whitespace = true
.gitattributes
@@ -0,0 +1,6 @@
+/.github export-ignore
+/tests export-ignore
+.editorconfig export-ignore
+.gitattributes export-ignore
+.gitignore export-ignore
+phpunit.xml export-ignore
0 commit comments