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.
1 parent ff997ec commit 07aae2cCopy full SHA for 07aae2c
.editorconfig
@@ -0,0 +1,17 @@
1
+# EditorConfig is awesome: http://EditorConfig.org
2
+
3
+# top-most EditorConfig file
4
+root = true
5
6
+# Unix-style newlines with a newline ending every file
7
+[*]
8
+end_of_line = lf
9
+insert_final_newline = true
10
11
+# Set default charset
12
13
+charset = utf-8
14
15
+# Tab indentation
16
+indent_style = space
17
+indent_size = 4
.gitattributes
@@ -1,3 +1,7 @@
+# Git default LF endlines
+* text=auto eol=lf
+# Export to packages ignoring files
/dev export-ignore
/test export-ignore
/phpunit.xml export-ignore
0 commit comments