mprobst / ClangFormatIJ

clang-format for IntelliJ based IDEs
Apache License 2.0
15 stars 9 forks source link

Allow clang-format during indexing #8

Closed leokoppel closed 6 years ago

leokoppel commented 6 years ago

IntelliJ goes into a "dumb" mode while indexing, during which it disables most actions. Since clang-format doesn't use the indices, we can enable it by marking the action "DumbAware".

mprobst commented 6 years ago

Thanks!

mprobst commented 6 years ago

Released as 1.1.0.