Skip to content

Commit

Permalink
build: upd php-cs-fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
Gemorroj committed Dec 8, 2020
1 parent 7b542d1 commit b7b6177
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
; This file is for unifying the coding style for different editors and IDEs.
; More information at http://editorconfig.org

root = true

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

[*.php]
indent_size = 4
indent_style = space

[*.md]
trim_trailing_whitespace = false
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"friendsofphp/php-cs-fixer": "^2.16"
"friendsofphp/php-cs-fixer": "^2.17"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit b7b6177

Please sign in to comment.