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 e01dd03 commit 2e68287Copy full SHA for 2e68287
.editorconfig
@@ -0,0 +1,22 @@
1
+root = true
2
+
3
+[*]
4
+charset = utf-8
5
+end_of_line = lf
6
+insert_final_newline = true
7
+trim_trailing_whitespace = true
8
9
+[*.php]
10
+indent_style = space
11
+indent_size = 4
12
13
+[*.md]
14
+trim_trailing_whitespace = false
15
16
+[*.yml]
17
18
+indent_size = 2
19
20
+[*.json]
21
22
0 commit comments