We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ccd7587 + 3384d9e commit e231904Copy full SHA for e231904
1 file changed
.editorconfig
@@ -0,0 +1,22 @@
1
+# https://editorconfig.org
2
+
3
+root = true
4
5
+[*]
6
+charset = utf-8
7
+end_of_line = lf
8
+indent_size = 4
9
+indent_style = space
10
+insert_final_newline = true
11
+trim_trailing_whitespace = true
12
13
+[*.md]
14
+trim_trailing_whitespace = false
15
16
+[composer.json]
17
+indent_size = 2
18
19
20
+[.github/**.yml]
21
22
0 commit comments