We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
.editorconfig
.yamllint
1 parent 1fd6ef1 commit 614af47Copy full SHA for 614af47
2 files changed
.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,7 @@
+extends: default
+rules:
+ document-start: disable
+ line-length:
+ max: 120
+ level: warning
0 commit comments