Merge pull request #699 from flightphp/style-add-trim_trailing_whitespace-and-insert_final_newline-editorconfigs

Add settings for trimming whitespace and final newline
pull/704/head
n0nag0n 2 days ago committed by GitHub
commit 2352ed7a70
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -5,6 +5,8 @@ indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
indent_size = 2

@ -10,4 +10,4 @@ notifications:
phpunit:
binaryPath: ./vendor/bin/phpunit
arguments: '--stop-on-failure'
timeout: 180
timeout: 180

Loading…
Cancel
Save