benoitsan / BBUncrustifyPlugin-Xcode

Xcode plugin to format source code using ClangFormat or Uncrustify
MIT License
1.19k stars 150 forks source link

Extended the timeout to allow for larger files. #119

Closed guykogus closed 8 years ago

guykogus commented 8 years ago

We have files where the 2 second timeout is too long. If you're looking to avoid clang-format breaking, 5 seconds should be more permissive. Ideally it'd be a preferences option, but this works too.

benoitsan commented 8 years ago

Thanks!