-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
implement EditorConfig #89
Comments
Also, why be forced to 2/4 spaces of indentation when a tab can be dynamically set? |
Because it doesn't really matter which you choose, as long as you choose one. By and large, PHP projects have settled on four spaces. There's a lot to be said for not picking something different, especially if you value contributors :) |
Nearly all modern PHP projects use the PSR2 standard. There are a number of tools around that'll check (and even fix) code in this style automatically. e.g. http://cs.sensiolabs.org/ |
Got it! |
Back to the point...
|
http://editorconfig.org/
thoughts, @d11wtq? this instead of the vim comments, those are too specific for a project used by so many people
The text was updated successfully, but these errors were encountered: