uber / standard

JavaScript Standard Style — One Style to Rule Them All
MIT License
70 stars 8 forks source link

Detect indentation from .editorconfig #4

Closed andrewdeandrade closed 9 years ago

andrewdeandrade commented 9 years ago

This PR allows detection of the indentation from a project based on the indentation set in the projects .editorconfig file. It defaults to 4 spaces if no .editorconfig file is found. The --format flag also works.

andrewdeandrade commented 9 years ago

@raynos @lxe