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 099a049 commit b68b528Copy full SHA for b68b528
.editorconfig
@@ -0,0 +1,21 @@
1
+root = true
2
+
3
+[*]
4
+charset = utf-8
5
+end_of_line = lf
6
+insert_final_newline = true
7
+indent_style = space
8
+indent_size = 4
9
+trim_trailing_whitespace = true
10
11
+[*.yaml]
12
+indent_size = 2
13
14
+[*.yml]
15
16
17
+[*.md]
18
+trim_trailing_whitespace = false
19
20
+[Makefile]
21
+indent_style = tab
.gitattributes
@@ -1,4 +1,4 @@
-* text=auto
+* text=auto eol=lf
/.* export-ignore
/tests export-ignore
.gitignore
@@ -1,6 +1,7 @@
/.*
!/.github/
!/.php-cs-fixer.dist.php
+!/.editorconfig
/runtime/
/vendor/
/.env
0 commit comments