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 ef6e98e commit e2a97d2Copy full SHA for e2a97d2
.editorconfig
@@ -0,0 +1,27 @@
1
+root = true
2
+
3
+[*]
4
+end_of_line = lf
5
+insert_final_newline = true
6
+charset = utf-8
7
+trim_trailing_whitespace = true
8
9
+[*.{php,phpt}]
10
+indent_style = tab
11
+indent_size = 4
12
13
+[*.{xml}]
14
15
16
17
+[*.{neon}]
18
19
20
21
+[*.{yaml,yml}]
22
+indent_style = space
23
+indent_size = 2
24
25
+[{composer.json}]
26
27
0 commit comments