Skip to content

Commit

Permalink
Editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
edersoares committed Oct 23, 2020
1 parent 83c72bd commit a6986a2
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,10 @@ indent_style = space
indent_size = 4

[*.php]
indent_size = 4
max_line_length = 120

[{*.html,*.less,*.sass,*.css,*.js,*.json,*.tpl}]
[{*.html, *.less, *.sass, *.css, *.js, *.json, *.tpl, *.vue, *.yml}]
indent_size = 2

[*.md]
trim_trailing_whitespace = false

[*.yml]
indent_style = space
indent_size = 2

0 comments on commit a6986a2

Please sign in to comment.