notslang / editorconfig-tools

Tools for verifying/fixing code style based on an EditorConfig file
https://npmjs.com/package/editorconfig-tools
GNU General Public License v3.0
54 stars 6 forks source link

fails when given an absurd number of files #2

Open notslang opened 10 years ago

notslang commented 10 years ago

Unlike #1, this failure is because of too many args being passed to the CLI. In order to fix this one, we probably just need to add a -r option and pass a directory to recurse into.