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 1e4eced commit 77f72e1Copy full SHA for 77f72e1
.editorconfig
@@ -0,0 +1,18 @@
1
+# EditorConfig is awesome: https://EditorConfig.org
2
+
3
+# top-most EditorConfig file
4
+root = true
5
6
+[*]
7
+charset = utf-8
8
+end_of_line = lf
9
+insert_final_newline = true
10
+trim_trailing_whitespace = true
11
12
+[*.php]
13
+indent_style = space
14
+tab_width = 4
15
+max_line_length = 120
16
17
+[CODEOWNERS]
18
+indent_style = tab
CODEOWNERS
@@ -0,0 +1 @@
+* [email protected]
0 commit comments