Skip to content

Commit

Permalink
Merge pull request taxjar#17 from taxjar/psr2-update
Browse files Browse the repository at this point in the history
PSR-2 Coding Standards
  • Loading branch information
fastdivision authored Mar 12, 2018
2 parents 1e0ee8c + 4cf19a6 commit 4f4baa2
Show file tree
Hide file tree
Showing 15 changed files with 774 additions and 668 deletions.
12 changes: 12 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# PHP PSR-2 Coding Standards
# http://www.php-fig.org/psr/psr-2/

root = true

[*.php]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = space
indent_size = 4
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License

Copyright (c) 2016 TaxJar, http://www.taxjar.com
Copyright (c) 2018 TaxJar, http://www.taxjar.com

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
Loading

0 comments on commit 4f4baa2

Please sign in to comment.