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 0cb8cff commit c0403e7Copy full SHA for c0403e7
.editorconfig
@@ -0,0 +1,26 @@
1
+# https://editorconfig.org/
2
+
3
+root = true
4
5
+[*]
6
+trim_trailing_whitespace = true
7
+insert_final_newline = true
8
+end_of_line = lf
9
+charset = utf-8
10
+tab_width = 4
11
+indent_style = space
12
13
+[*.php]
14
+indent_size = 4
15
16
+[*{.xml, .dist}]
17
18
19
+[*.md]
20
+max_line_length = 80
21
22
+[*{.yaml, .yml}]
23
+indent_size = 2
24
25
+[*.json]
26
0 commit comments