Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Updated .editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
core23 committed Sep 19, 2018
1 parent eab52b9 commit dfe9f3d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ charset = utf-8
insert_final_newline = true
trim_trailing_whitespace = true

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

[*.{js,json,scss,css}]
[*.{js,scss,css}]
indent_size = 2

[.travis.yml]
[.travis.yml,Jenkinsfile]
indent_size = 2

[composer.json]
[*.{json}]
indent_size = 4

[Makefile]
Expand Down

0 comments on commit dfe9f3d

Please sign in to comment.