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 93a5f13 commit bc7ac85Copy full SHA for bc7ac85
.editorconfig
@@ -0,0 +1,18 @@
1
+# EditorConfig is awesome: http://EditorConfig.org
2
+
3
+# top-most EditorConfig file
4
+root = true
5
6
+[*]
7
+charset = utf-8
8
+end_of_line = lf
9
+indent_size = 4
10
+indent_style = space
11
+insert_final_newline = true
12
+trim_trailing_whitespace = true
13
14
+[Makefile]
15
+indent_style = tab
16
17
+[phpunit.xml.dist]
18
+indent_size = 2
.gitignore
@@ -14,4 +14,4 @@
/vendor/
###< symfony/framework-bundle ###
-.php_cs.cache
+.php_cs.cache
0 commit comments