Skip to content

Commit 1dc526b

Browse files
authored
Merge branch 'symfony:main' into patch-1
2 parents 92f6ec7 + f614c44 commit 1dc526b

File tree

718 files changed

+11130
-457
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

718 files changed

+11130
-457
lines changed

.editorconfig

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ root = true
55
[*]
66
end_of_line = LF
77

8+
[*.{yml,yaml}]
9+
indent_style = space
10+
indent_size = 4
11+
812
[*.json]
913
indent_style = space
1014
indent_size = 4

.github/PULL_REQUEST_TEMPLATE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
| Q | A
22
| ------------- | ---
33
| License | MIT
4-
| Doc issue/PR | symfony/symfony-docs#...
4+
| Doc issue/PR | symfony/symfony-docs#...
55

66
<!--
77
Please, carefully read the README before submitting a pull request.

0 commit comments

Comments
 (0)