sindresorhus / editorconfig-sublime

Sublime Text plugin for EditorConfig - Helps developers maintain consistent coding styles between different editors
MIT License
1.77k stars 108 forks source link

[Feature Request] Bulk format #68

Closed harman28 closed 7 years ago

harman28 commented 7 years ago

A command to bulk apply editorconfig on all files in the project (or in a specified folder), instead of having to open each file and save manually for editorconfig to apply.

sindresorhus commented 7 years ago

That would be better handled by a command-line tool. This plugin is meant for preserving the existing style in files, not converting a whole project.

https://github.com/amyboyd/editorconfig-cli