We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57bfe76 commit c854a70Copy full SHA for c854a70
.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