We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d4302ec + 51bee04 commit c5b33d1Copy full SHA for c5b33d1
.editorconfig
@@ -0,0 +1,14 @@
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
12
13
+[*.md]
14
+trim_trailing_whitespace = false
.gitattributes
@@ -1,8 +1,9 @@
# Ignore all test and documentation for archive
+/.editorconfig export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.scrutinizer.yml export-ignore
/.travis.yml export-ignore
/phpunit.xml.dist export-ignore
/tests export-ignore
-/docs export-ignore
+/docs export-ignore
0 commit comments