Skip to content

Commit

Permalink
Add .editorconfig and .yamllint files
Browse files Browse the repository at this point in the history
  • Loading branch information
phansys committed Feb 9, 2021
1 parent 1fd6ef1 commit 614af47
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
root = true

[*]
end_of_line = lf
indent_style = space
charset = utf-8
insert_final_newline = true
trim_trailing_whitespace = true

[*.{twig,php}]
indent_size = 4

[.yamllint]
indent_size = 4

[composer.json]
indent_size = 4

[Makefile]
indent_style = tab
7 changes: 7 additions & 0 deletions .yamllint
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
extends: default

rules:
document-start: disable
line-length:
max: 120
level: warning

0 comments on commit 614af47

Please sign in to comment.