We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 257d993 commit 334e353Copy full SHA for 334e353
.editorconfig
@@ -0,0 +1,13 @@
1
+root = true
2
+
3
+[*]
4
+indent_style = space
5
+indent_size = 2
6
+end_of_line = lf
7
+charset = utf-8
8
+trim_trailing_whitespace = true
9
+insert_final_newline = true
10
+max_line_length = 120
11
12
+[*.php]
13
+indent_size = 4
CHANGELOG.md
@@ -1,7 +1,7 @@
CHANGELOG
=========
-1.3.0 (2021-01-xx)
+1.3.0 (2021-06-14)
------------------
* Add `{% line %}` tag to preserve line numbers in Twig templates
composer.json
@@ -44,7 +44,7 @@
44
},
45
"extra": {
46
"branch-alias": {
47
- "dev-master": "1.2-dev"
+ "dev-master": "1.3-dev"
48
}
49
50
"autoload": {
0 commit comments