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.
.editorconfig
.yamllint
1 parent 1fd6ef1 commit 01f0129Copy full SHA for 01f0129
.editorconfig
@@ -0,0 +1,20 @@
1
+root = true
2
+
3
+[*]
4
+end_of_line = lf
5
+indent_style = space
6
+charset = utf-8
7
+insert_final_newline = true
8
+trim_trailing_whitespace = true
9
10
+[*.{twig,php}]
11
+indent_size = 4
12
13
+[.yamllint]
14
15
16
+[composer.json]
17
18
19
+[Makefile]
20
+indent_style = tab
.yamllint
@@ -0,0 +1,11 @@
+# DO NOT EDIT THIS FILE!
+#
+# It's auto-generated by sonata-project/dev-kit package.
+extends: default
+rules:
+ document-start: disable
+ line-length:
+ max: 120
+ level: warning
0 commit comments