ClangFormatIJ icon indicating copy to clipboard operation
ClangFormatIJ copied to clipboard

clang-format for IntelliJ based IDEs

Results 6 ClangFormatIJ issues
Sort by recently updated
recently updated
newest added

This is a great tool to replace clion's integrated reformatting function. So I set a global hotkey for clang-format. But clang-format will also reformat python files even though it doesn't...

```cpp #include struct A {}; // And here we go insane! И вот с этого места всё накрылось. struct B { int a; }; int main(void) { std::cout

cannot reformat Objective-C code. but i can reformat by clang-format command.

First, thanks for developing the plugin for JetBrains IDEs. I'm on Windows where I use clang-format 7.0 installed in `C:\Program Files (x86)\LLVM\bin` but the path is added to `PATH`. I've...

Simply Ctrl + Shift + F (pressed quickly few times and IDE freezes) Clion 2018.2 (previous version also has same issue) Probably it is related with long running clang-format

Every time i format the code using the plugin then undo, "undo from disk" alert is fired in the IDE. Is there any way to prevent such behaviour ?