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 indent_size = 4
end_of_line = lf end_of_line = lf
charset = utf-8 charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.md] [*.md]
indent_size = 2 indent_size = 2

Loading…
Cancel
Save