krakjoe / apcu

APCu - APC User Cache
Other
957 stars 193 forks source link

Add editorconfig file for APCu #464

Closed TysonAndre closed 1 year ago

TysonAndre commented 1 year ago

https://editorconfig.org/ has integrations with many editors/IDEs to apply project-specific settings (e.g. to consistently use tabs)

https://www.php-fig.org/psr/psr-12/ recommends using spaces for php code. (though many of these tests use tabs, I don't have a strong preference)

Replace the mix of tabs and spaces in config.m4 with spaces.