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 5001173 commit fed366eCopy full SHA for fed366e
.editorconfig
@@ -0,0 +1,26 @@
1
+# EditorConfig is awesome: http://EditorConfig.org
2
+
3
+root = true
4
5
+# Unix-style newlines with a newline ending every file
6
+[*]
7
+end_of_line = lf
8
+insert_final_newline = true
9
10
+[{*.json,*.yml}]
11
+indent_style = space
12
+indent_size = 2
13
14
+charset = utf-8
15
+trim_trailing_whitespace = true
16
17
18
+# PHP PSR-2 Coding Standards
19
+# http://www.php-fig.org/psr/psr-2/
20
+[*.php]
21
22
23
24
25
26
+indent_size = 4
0 commit comments