starekrow / lockbox

Encrypted storage with built-in key management facilities
MIT License
95 stars 6 forks source link

adopt psr-2 code style / formatting #13

Closed KJLJon closed 6 years ago

KJLJon commented 6 years ago

I think psr-2 (which includes adopting psr-1) should be adopted. http://www.php-fig.org/psr/psr-2/

The downside it is changes almost every line (since spaces are used instead of tabs).